(Quick Reference)
ui:displayMessage
Purpose
This tag renders a message for the user which has been set using the Platform Core
displayMessage
or
displayFlashMessage
methods in the controller.
This is a UI Set-aware version of the Platform Core
p:displayMessage
tag.
See also
message for the variant that renders message text set in the GSP itself.
This tag calls the
message tag one or more times, once for each message scope that has a message defined.
Example
<ui:displayMessage/>
That's all you need to do. One or more messages will be shown as appropriate.
Attributes
None. Any specified are passed through to
ui:message
.