q
Tag message


The Message component allows you to display a validation error for a particular component.


Tag Information
Tag Classteamdev.jsf.taglib.MessageJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.faces.component.UIMessageonlynullA value-binding expression that associates the Message component with a backing bean property.
dirfalsejava.lang.Stringtrue"ltr"The base direction of directionally neutral text.
Available values are:
"ltr" — left to right
"rtl" — right to left
errorClassfalsejava.lang.StringtruenullA CSS class for the message with severity "ERROR".
errorStylefalsejava.lang.StringtruenullA style for the message with severity "ERROR".
fatalClassfalsejava.lang.StringtruenullA CSS class for the message with severity "FATAL".
fatalStylefalsejava.lang.StringtruenullA style for the message with severity "FATAL".
fortruejava.lang.StringtruenullID of the validated component.
idfalsejava.lang.StringfalsenullThe component identifier.
infoClassfalsejava.lang.StringtruenullA CSS class name for the message with severity "INFO".
infoStylefalsejava.lang.StringtruenullA style to be used for the message with severity "INFO".
langfalsejava.lang.StringtruenullThe base language for the Message component. Should be specified as language code.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the Message.
ondblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the Message.
onkeydownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user presses a key over the Message.
onkeypressfalsejava.lang.StringtruenullJavascript code that should be executed on the client when the user presses and releases a key over the Message.
onkeyupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases a key over the Message.
onmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the Message with either mouse button.
onmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the Message.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the Message.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the Message.
onmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases a mouse button over the Message.
renderedfalsebooleantruetrueA flag that indicates whether or not the component is visible.
showDetailfalsebooleantruetrueA flag that indicates whether or not the "detail" portion of a displayed message should be included in the error description.
showSummaryfalsebooleantruefalseA flag that indicates whether or not the "summary" portion of a displayed message should be included in the error description.
stylefalsejava.lang.StringtruenullA style for the Message.
styleClassfalsejava.lang.StringtruenullA CSS class name for the Message.
titlefalsejava.lang.StringtruenullText for the tooltip of the Message.
tooltipfalsebooleantruefalseA flag that indicates whether or not to render the message summary as a tooltip.
warnClassfalsejava.lang.StringtruenullA CSS class name for the message with severity "WARN".
warnStylefalsejava.lang.StringtruenullA style for the message 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.