Documentation

Search 

Contents

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

10. Trinidad Core Tag Reference

Contents > Trinidad Core Tag Reference > tr:setActionListener

tr:setActionListener

The tr:setActionListener tag uses a syntax to asign values before an action is executed.

Example

<tr:setActionListener></tr:setActionListener>

HTML Output

(No output.)

Tag Attributes

from Text
Required
The from attribute sets the source of the action listener. The value can be an EL expression.
to Text
Required
The to attribute sets the target of the action listener. The value can be an EL expression.