Documentation
TomahawkTools

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Tomahawk Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Tomahawk Tag Reference

10. Tomahawk Tag Reference

Contents > Tomahawk Tag Reference > t:updateActionListener

t:updateActionListener

The t:updateActionListener tag updates the value of a backing bean property when an action event is fired by the parent UI component.

Example:

<t:updateActionListener></t:updateActionListener>

Tag Attributes

converter String
 
The converter attribute sets the converter instance to be registered for this component. It must match the converter-id value of a converter element defined in your Faces configuration file.
property String
Required
The property attribute expects a value-binding expression associating a backing bean property with this component.
value String
Required
The value attribute sets the current value for this component.