tc
Tag attribute


Add an attribute on the UIComponent associated with the closest parent UIComponent custom action.


Tag Information
Tag Classorg.apache.myfaces.tobago.internal.taglib.AttributeTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
modefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Warning: The mode is only available when using Facelets. Allowed values are "action", "actionListener", "actionFromValue", "isNotSet", "isSet", "valueIfSet".
"action" (method binding) evaluate the expression to find the method binding which is referenced with the template.
"actionListener" same as "action" but for the method signature of ActionListeners.
"isSet" (boolean) checks, if the expression is set from the composition caller.
"isNotSet" (boolean) negation of "isSet"
"actionFromValue" Evaluates the ValueBinding to get an outcome set directly (no action method)
"valueIfSet" set the attribute only if the value is set.
nametruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the attribute in the parent component.
valuetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The value of the attribute in the parent 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.