v
Tag message


The message Component is a placeholder for error messages (only one is shown).

The message Component has the following capabilities :



Tag Information
Tag Classorg.rcfaces.core.internal.taglib.MessageTag
TagExtraInfo Classorg.rcfaces.core.internal.taglib.CameliaTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringA string specifying the identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
marginBottomfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margin size for the component's bottom (compliant to CSS margin-bottom).
marginLeftfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margin size for the component's left (compliant to CSS margin-left).
marginRightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margin size for the component's right (compliant to CSS margin-right).
marginTopfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margin size for the component's top (compliant to CSS margin-top).
userEventListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component is called. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
xfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the x position of the component.
yfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the x position of the component.
helpMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the message to be shown by a helpMessageZone Component.
helpURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An URL that points to a help page for the component. it is used for example by a helpButton Component.
toolTipTextfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the tooltip for the component (shown when the pointe hover the component).
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A space-separated list of CSS style class(es) to be applied to the component. This value will be passed through as the "class" attribute on generated markup.
lookIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the choosen look of the component.
widthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the width of the component.
heightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the height of the component.
backgroundColorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A color value (as specified by CSS) for the background.
foregroundColorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A color value (as specified by CSS) for the text.
visiblefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating wether the composant is visible.
errorListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
waiRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
mouseOutListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the pointer leaves the area of the component. A string that represent a javascript expression to evaluate.
mouseOverListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the pointer hover the component's area. A string that represent a javascript expression to evaluate.
unlockedClientAttributeNamesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value holding a comma separated list of the client modifiable properties.
initListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component is intialized. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
propertyChangeListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when a component's property is changed (by javascript). A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
hiddenModefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the management of invisible state on the client. Authorized values are :
  • server : if not visible, nothing is sent to the client
  • phantom : if not visible, the data is sent to the client and the page estate is reserved for a futur eventual display of the component
  • ignore : if not visible, the data is sent to the client but no page estate is reserved
marginsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margins for the component (compliant to CSS margin).
showSummaryfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether the summary portion of displayed messages should be included. Default value is "false".
showDetailfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether the summary portion of displayed messages should be included. Default value is "true".
forfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A component's id that express the link between the two components.
imageHeightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
An int value specifying the height (in pixels) to use for the image shown.
imageWidthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
An int value specifying the width (in pixels) to use for the image shown.
textfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the text (literal or binding) to be shown.
errorStyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A space-separated list of CSS style class(es) to be applied for Error Messages. This value will be passed through as the "class" attribute on generated markup.
fatalStyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A space-separated list of CSS style class(es) to be applied for fatal messages. This value will be passed through as the "class" attribute on generated markup.
infoStyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A space-separated list of CSS style class(es) to be applied for info messages. This value will be passed through as the "class" attribute on generated markup.
warnStyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A space-separated list of CSS style class(es) to be applied for warning messages. This value will be passed through as the "class" attribute on generated markup.
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A space-separated list of CSS style class(es) to be applied to the component. This value will be passed through as the "class" attribute on generated markup.
errorImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to an image used for error messages.
fatalImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image for a fatal message.
infoImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used for an info message.
warnImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used for a warning message.
imageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used by the component.
showIfMessagefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating wether the component should be shown when a message is fired.
showActiveComponentMessagefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description

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.