Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:actionGroup

f:com.ibm.xsp.BaseComplexType
   xp:simpleActionInterface
      xp:actionGroup

Description

Action Group action executes a group of simple actions when the condition is true.

Properties

Java

Java Class: com.ibm.xsp.actions.ActionGroup


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
actions, Collection of
Actions
Ordered list of simple actions to execute.
Required Attribute false
condition, boolean
Condition
Condition which determines if the actions are executed. The default value is true, which indicates all simple actions will be executed unless one action causes the response to be rendered.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true