| |||||||
FRAMES NO FRAMES |
Declares that the composite component whose contract is declared by the <composite:interface>
in which this element is nested exposes an implementation of ActionSource2
suitable for use as the target of attached objects in the using page. Any attached objects suitable for implementations of ActionSource2
may be attached to the composite component. Consider this excerpt from the using page:
The <f:actionListener>
elements on lines 4, 7, and 10 refer to the attached objects declared on lines 2, 3 and 4 below.
Most of the concepts from example content from <composite:valueHolder>
also applies in the case of <composite:actionSource>
.
Please see <composite:interface>
for a usage example.
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
name | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| If present, this must be the component id of a component within the |
targets | false | false | javax.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 |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |