util_get_user_messages (public)

 util_get_user_messages [ -keep ] -multirow multirow

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Gets and clears the message to be displayed on the next page load.

Switches:
-keep (optional, boolean)
If set, then we will not clear the list of messages after getting them. Normal behavior is to clear them, so we only display the same messages once.
-multirow (required)
Name of a multirow in the current template namespace where you want the user messages set. The multirow will have one column, which is 'message'.
See Also:

Testcases:
util_user_messages
[ show source ]
Show another procedure: