Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:openPage

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

Description

Open page action opens a new page, replacing the current page.

Properties

Java

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


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
parameters, Collection of xp:parameter - com.ibm.xsp.complex.Parameter
Parameters
A list of parameters
Required Attribute false
documentId, string
Document ID
ID of the document to be opened
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
var, string
Variable
Request scope variable identifying the document to be opened. 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
target, string
Target Action
Target document action to be performed when the new page is opened.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true