WAP Tags
Tag messages


Render a single message for a specific component. Set-up for Rendering Obtain the "summary" and "detail" properties fromUIMessage component. If not present, keep the empty string as the value, respectively. Obtain the firstFacesMessage to render from the component, using the "for" property of the UIMessage. This will be the only message we render. Rendering For the message renderer, we only render one row, for the first message. For the messages renderer, we render as many rows as we have messages.


Tag Information
Tag Classorg.apache.myfaces.wap.taglib.MessagesTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
globalOnlyfalsefalsebooleanFlag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false".
layoutfalsefalsejava.lang.StringThe type of layout markup to use when rendering error messages. Valid values are "table" (an WML table) and "list" (records disjoin with <br/> element). If not specified, the default value is "list".
idfalsefalsejava.lang.StringThe component identifier for the associated component.
renderedfalsefalsebooleanFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean.
showDetailfalsefalsebooleanFlag indicating whether the summary portion of displayed messages should be included. Default value is "true".
showSummaryfalsefalsebooleanFlag indicating whether the summary portion of displayed messages should be included. Default value is "false".

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.