o
Tag floatingIconMessage


The FloatingIconMessage component allows you to display a validation error of a validated component by changing its appearance and adding a floating icon over the component.


Tag Information
Tag Classorg.openfaces.taglib.jsp.validation.FloatingIconMessageJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.validation.FloatingIconMessage)
onlynullA value-binding expression that associates the FloatingIconMessage component with a backing bean property.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullID of the component being validated.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
imageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the image file that is used to render the icon next to the component in case of failed validation.
noImagefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not to show the icon.
noStylefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not to apply styles to show a validation error.
offsetLeftfalsejavax.el.ValueExpression
(must evaluate to int)
true-4The horizontal offset of the icon from the leftmost side of the invalidated component.
offsetTopfalsejavax.el.ValueExpression
(must evaluate to int)
true-4The vertical offset of the icon from the top of the invalidated component.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the icon.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the icon.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the icon with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the icon.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the icon.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the icon.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a mouse button over the icon.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the component is visible.
showDetailfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the "detail" portion of displayed messages should be included in the error description.
showSummaryfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the "summary" portion of displayed messages should be included in the error description.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the invalidated component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the invalidated 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.