ga
Tag message


Read all matching messages from the current FacesContext. Store the result as a list into the target EL expression.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
clientIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client ID to restrict the message list to. If not given, all messages are returned. If set to the empty string, only global messages will be returned.
severityfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A comma-separated list of severity values. Only messages of the given severity will be returned. Each value must be one of the following:
  • info
  • warn
  • error
  • fatal
targettruefalsejavax.el.ValueExpression
(must evaluate to java.util.List)
The EL expression into which the result list is stored.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.