Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:modifyField

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

Description

Modify Field action modifies a field in the specified document.

Properties

Java

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


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
var, string
Variable
Request scope variable identifying the document that contains a field that should be modified. If the variable is not specified, the current document is used.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
name, string
Field Name
Name of the field whose contents will be modified.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
value, generic
Value
New value for the field that is being modified.
Required Attribute true
Localizable true
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true