Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:createResponse

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

Description

Create Response Document action creates a response document and opens a new page, replacing the current page.

Properties

Java

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


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 to which to create a response. 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
Page Name
Name of the page to open.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
parentId, string
Parent ID
ID of the parent document for which a response will be created.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true