f
Tag setPropertyActionListener


Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action. This actionListener will cause the value given by the "value" attribute to be set into the ValueExpression given by the "target" attribute.

The implementation of this tag creates a special ActionListener instance and registers it on the ActionSource associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentTag. This tag creates no output to the page currently being created.

The ActionListener instance created and installed by this tag has the following behavior and contract.

This tag creates no output to the page currently being created. It is used solely for the side effect of ActionListener creation.



Tag Information
Tag Classcom.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag
TagExtraInfo Classcom.sun.faces.taglib.FacesTagExtraInfo
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
ValueExpression to be stored as the value of the target attribute.
targettruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
ValueExpression that is the destination of the value attribute.

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.