Hello,
When the user saves a document in the client, a Java validation agent is run. How can I have my Java agent send the user some kind of message in the client giving them the results of the validation?
System.out.println’s go to the Java console, but I don’t want to require the user to open that up.