MessageContainer.addInfoMessage

Adds an information message that will be displayed to the user. Messages are removed automatically by the system once they have been displayed to the user.

When stopProcessing is true, all processing for the current event is stopped immediately and the page is redisplayed to the user. When stopProcessing is false, processing continues normally.

Messages can be displayed either locally to the message owner (a control or page) or at another location on the same page represented by a Message Control. For further information on the location and styling of messages, please see the online documentation available from the Help menu, search on message options, then follow the link to Message Options For Controls.

Javascript example:

 event.owner.addInfoMessage("Account saved", true);
 

Parameters

java.lang.String  message,  boolean  stopProcessing,