ICEfaces ACE Components
Tag message


The message tag renders the first Faces message (if redisplay is true) or the first undisplayed Faces message (if redisplay is false) for a specific component. Styling is done by predefined jQuery classes in theme stylesheets:


Tag Information
Tag Classorg.icefaces.ace.component.message.MessageTag
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'.
foryesfalsejava.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 ":").
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 UIMessage 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 = 'true'.
showSummarynofalsebooleanFlag indicating whether the "summary" property of messages for the specified component should be rendered. Default = 'false'.
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.