h
Tag messages


Renders all or some FacesMessages depending on the "for" and "globalOnly" attributes: - If globalOnly = true, only global messages, that have no associated clientId, will be displayed - else if there is a "for" attribute, only messages, that are assigned to the component referenced by the "for" attribute, are displayed - else all messages are displayed.


Tag Information
Tag Classorg.apache.myfaces.taglib.html.HtmlMessagesTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringComponent binding.
dirfalsefalsejava.lang.StringNo Description
errorClassfalsefalsejava.lang.StringCSS class to be used for messages with severity "ERROR".
errorStylefalsefalsejava.lang.StringCSS style to be used for messages with severity "ERROR".
fatalClassfalsefalsejava.lang.StringCSS class to be used for messages with severity "FATAL".
fatalStylefalsefalsejava.lang.StringCSS style to be used for messages with severity "FATAL".
globalOnlyfalsefalsejava.lang.StringIndicates whether only global messages (that is, messages with no associated client identifier) should be rendered. Default is: false
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
infoClassfalsefalsejava.lang.StringCSS class to be used for messages with severity "INFO".
infoStylefalsefalsejava.lang.StringCSS style to be used for messages with severity "INFO".
langfalsefalsejava.lang.StringNo Description
layoutfalsefalsejava.lang.StringThe layout: "table" or "list". Default: list
onclickfalsefalsejava.lang.StringNo Description
ondblclickfalsefalsejava.lang.StringNo Description
onkeydownfalsefalsejava.lang.StringNo Description
onkeypressfalsefalsejava.lang.StringNo Description
onkeyupfalsefalsejava.lang.StringNo Description
onmousedownfalsefalsejava.lang.StringNo Description
onmousemovefalsefalsejava.lang.StringNo Description
onmouseoutfalsefalsejava.lang.StringNo Description
onmouseoverfalsefalsejava.lang.StringNo Description
onmouseupfalsefalsejava.lang.StringNo Description
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
showDetailfalsefalsejava.lang.StringIndicates whether the detail of the message(s) should be displayed. Default is: false
showSummaryfalsefalsejava.lang.StringIndicates whether the summary of the message(s) should be displayed. Default is: true
stylefalsefalsejava.lang.StringNo Description
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute.
titlefalsefalsejava.lang.StringNo Description
tooltipfalsefalsejava.lang.String If true, the message summary will be rendered as a tooltip (i.e. HTML title attribute).
warnClassfalsefalsejava.lang.StringCSS class to be used for messages with severity "WARN".
warnStylefalsefalsejava.lang.StringCSS style to be used for messages with severity "WARN".

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.