Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:navigationRule

f:com.ibm.xsp.BaseComplexType
   xp:navigationRule

Description

An individual decision rule that indicates which page should be opened next

Properties

Java

Java Class: com.ibm.xsp.application.NavigationRule


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
outcome, string
Outcome
The logical outcome returned by a previous invoked application action (which may be null)
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
viewId, string
View Id
The view identifier for the current request
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
redirect, boolean
Do Redirect
if you wish to do a redirect instead of a forward
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true