composite
Tag editableValueHolder


Declares that the composite component whose contract is declared by the <composite:interface> in which this element is nested exposes an implementation of EditableValueHolder suitable for use as the target of attached objects in the using page. Any attached objects suitable for implementations of EditableValueHolder may be attached to the composite component.The example from <composite:valueHolder> still applies.

Please see <composite:interface> for a usage example.



Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

If present, this must be the component id of a component within the <composite:implementation> section. If not present, the "targets" attribute must be present. If both "name" and "targets" are present, "targets" takes precedence.

targetsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

If present, this must be a space (not tab) separated list of component ids of components within the <composite:implementation> section. Space is used as the delimiter for compatibility with the IDREFS and NMTOKENS data types from the XML Schema. If not present, the "name" attribute must be present. If both "name" and "targets" are present, "targets" takes precedence.


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.