Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:executeScript

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

Description

Execute Script action executes a script or computed expression.

Properties

Java

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


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
script,
Script
Specifies the script expression to be executed.
Required Attribute true