JSF Core Facelets Tag Library.
Tag valueChangeListener


Adds the specified ValueChangeListener to the nearest parent UIComponent (which is expected to be a UIInput component).

Whenever the form containing the parent UIComponent is submitted, an instance of the specified type is created. If the submitted value from the component is different from the component's current value then a ValueChangeEvent is queued. When the ValueChangeEvent is processed (at end of the validate phase for non-immediate components, or at end of the apply-request-values phase for immediate components) the object's processValueChange method is invoked.

Unless otherwise specified, all attributes accept static values or EL expressions.

Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action.

See tag documentation.



Tag Information
Tag Classorg.apache.myfaces.view.facelets.tag.jsf.core.ValueChangeListenerHandler
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
forfalsefalsejava.lang.StringTODO: Document me!
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of a Java class that implements ValueChangeListener.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
Value binding expression that evaluates to an implementation of the javax.faces.event.ValueChangeListener interface.

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.