Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:confirm

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

Description

Confirm Action displays a confirmation message to the user

Properties

Java

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


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
message, string
Confirmation Text
Confirmation text to be displayed to the user.
Required Attribute true
Localizable true
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true