Working with simple actions
You can handle a server or client event with a simple action or groups of simple actions.
About this task
Procedure
- Put focus on a control to handle a control event. Put focus outside all controls to handle a page event.
- Click the Events tab.
- In the left pane, select the event to be handled.
- In the middle pane, click the Server or Client tab.
- Click Simple Actions.
- Add a single action as follows:
- If you are adding the action to a group, select the group.
- Click Add Action.
- Fill out the Add Simple Action dialog. Specify the simple action and its arguments, and click OK.
Repeat this step to add additional actions to a group.If you add a second action to the root, a parent group is automatically created.
- Add a simple action group as follows:
- If you are nesting the group, select the parent group.
- Click Add Group.
- For the Add Simple Action Group dialog,
click OK if the group executes unconditionally.
Otherwise provide a script or EL expression that returns
true
to execute the group orfalse
to not execute the group.
Repeat this step to add additional groups.Go to the previous step to add a simple action to the group.