Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:setValue

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

Description

Set Value action sets the value of a computed expression.

Properties

Java

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


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
binding, object - javax.faces.el.ValueBinding
Binding
The binding indicates where the value should be stored. It should be a computed Expression Language (EL) expression resolving to a field or other editable location.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding false
value, generic
Value
Value to be set.
Required Attribute true
Localizable true
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true