Name
action
Test Action — Test action that dumps the context to the console
<action class="xms.action.TestAction" … />
Table 5. Attributes for action tag (for xms.action.TestAction)
| Name | Description | Type | Default Value | Required |
|---|
| event | The event to fire this action on | String any character combination | none | yes |
Example 6. Example configuration for Test Action
Required attributes are marked with a bold typeface
<action class="xms.action.TestAction"
event="event" />