ICEfaces ACE Components
Tag messages


The messages tag renders all Faces messages, all Faces messages for a specific component, or all Faces messages not associated with any component. If redisplay is true, a message is always rendered; if redisplay is false, a message is rendered only if it was undisplayed before. Styling is done by predefined jQuery classes in theme stylesheets:


Tag Information
Tag Classorg.icefaces.ace.component.messages.MessagesTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingnofalsejavax.el.ValueExpressionUsing an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean.
escapenofalsebooleanFlag indicating that characters that are sensitive in HTML and XML markup must be escaped. Note: setting this to false may open up security issues. See XSS (Cross Site Scripting) Prevention Cheat Sheet. Default = 'true'.
fornofalsejava.lang.StringIdentifier of the component for which to render error messages. If this component is within the same NamingContainer as the target component, this must be the component identifier. Otherwise, it must be an absolute component identifier (starting with ":"). Leave out or use "@all" to output global messages.
globalOnlynofalsebooleanFlag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered. Mutually exclusive with the 'for' property which takes precedence. Default = 'false'.
idnofalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
langnofalsejava.lang.StringCode describing the language used in the generated markup for this component.
redisplaynofalsebooleanA flag indicating this UIMessages instance should redisplay FacesMessages that have already been handled. Default = 'true'.
renderednofalsebooleanReturn true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'.
showDetailnofalsebooleanFlag indicating whether the "detail" property of messages for the specified component should be rendered. Default = 'false'.
showSummarynofalsebooleanFlag indicating whether the "summary" property of messages for the specified component should be rendered. Default = 'true'.
stylenofalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassnofalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
titlenofalsejava.lang.StringAdvisory title information about markup elements generated for this component.

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.