How to use UIX MessageBox for info msg -
232663Apr 23 2007 — edited Apr 26 2007I have a service method in an ApplicationModule and want to display an informational message to the user based on the processing results. If the processing gives me an error I throw a JboException and it is displayed in the MessageBox - no issues. I also need to be able to render an informational string to the MessageBox when the processing is successful.
How do I setup the service method to display an informational message?
Am using 10.1.2 JDev (absolute requirement) and a UIX page - specifically a DataControl on a Search Form.
Thanks - Casey