Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}

One common question about JSF is how to manage messages of various types, which are generated by JSF components and backing beans. This discussion is designed as an introduction to the topic and focused on entry to mid-level JSF users.

...

Code Block
xml
xml
<f:subview id="messages">
    <jsp:directive.include file="PageMessages.jspf" />
</f:subview>
Wiki Markup
{scrollbar}