NEXTPAGEVTML 2

Controls the next Wizard page to be shown depending on the evaluation of a boolean expression.

Location

This tag can occur only within a PAGE tag in a Wizard profile file.

Function

While the pages in a Wizard display in the order in which they occur in the Wizard profile file, not all pages may be relevant in all cases. This tag, together with the CONDITION and NEXTPAGE attributes of the PAGE tag, provides a means of flow control which determines the path through the pages or a subset of the pages.

Syntax and Attributes

<NEXTPAGE .../>
NAME Required. Name of a page to go to next.
CONDITION Required. Conditional expression which determines whether to go to the page specified in the NAME attribute. If multiple NEXTPAGE tags are specified, then the first one to match a CONDITION will be the next page.

top