q
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 Classteamdev.jsf.taglib.FloatingIconMessageJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalseteamdev.jsf.component.message.FloatingIconMessageonlynullA value-binding expression that associates the FloatingIconMessage component with a backing bean property.
forfalsejava.lang.StringfalsenullID of the component being validated.
idfalsejava.lang.StringfalsenullThe component identifier.
imageUrlfalsejava.lang.StringtruenullURL to the image file that will be used to render the icon next to the component in case of failed validation.
noImagefalsebooleantruefalseA flag that indicates whether or not to show the icon.
noStylefalsebooleantruefalseA flag that indicates whether or not to apply styles to show a validation error.
offsetLeftfalseinttrue-4The horizontal offset of the icon from the leftmost side of the invalidated component.
offsetTopfalseinttrue-4The vertical offset of the icon from the top of the invalidated component.
renderedfalsebooleantruetrueA flag that indicates whether or not the component is visible.
showDetailfalsebooleantruetrueA flag that indicates whether or not the "detail" portion of displayed messages should be included in the error description.
showSummaryfalsebooleantruefalseA flag that indicates whether or not the "summary" portion of displayed messages should be included in the error description.
stylefalsejava.lang.StringtruenullA style for the invalidated component.
styleClassfalsejava.lang.StringtruenullA 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.