ga
Tag attribute


Set the value of the given attribute on the enclosing component, to be evaluated as EL only during the RENDER_RESPONSE phase. Implemented by simply updating the attributes map of the component every time the tag is evaluated (while the view is being [re]built).


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
nametruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the attribute to set.
typefalsefalsejava.lang.StringThe primitive type or class name of the attribute. Use if conversion fails.
valuetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value of the attribute to set.

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.