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)

NameDescriptionTypeDefault ValueRequired
eventThe event to fire this action onString any character combinationnoneyes

Example 6. Example configuration for Test Action

Required attributes are marked with a bold typeface

<action class="xms.action.TestAction"
      event="event" />