Tomahawk tag library 2.0.
Tag updateActionListener


Registers an org.apache.myfaces.custom.updateactionlistener.UpdateActionListener at the parent component (which must be an ActionSource). When the parent's action fires the specified value is evaluated, then written into the specified property. Unless otherwise specified, all attributes accept static values or EL expressions. JSF 1.2 introduces a "setPropertyActionListener" with the same functionality like this.


Tag Information
Tag Classorg.apache.myfaces.custom.updateactionlistener.UpdateActionListenerTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
propertytruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A value-binding that specifies a property to be updated when the parent's action occurs.
valuetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A literal value or value-binding that specifies what will be assigned to the destination specified by the property attribute.
converterfalsefalsejava.lang.StringThe name of a registered Converter object which will be invoked to convert the value into an appropriate datatype for assigning to the specified property. If not specified then an appropriate converter will be selected automatically.
forfalsefalsejava.lang.String{@inheritDoc}

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.