NEXTPAGEVTML 2

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

The following subjects are covered in this document:


Related information about VTML and WIZML:

Tutorial
The Visual Tool Markup Language (VTML)
Reference
VTML reference - overview
Context
VTML for Wizards
PAGE

top

Tools

NEXTPAGE plays a role in the following VTML-driven tools:

  1. Wizard

top


Location

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

top


Function

In principle the pages in a Wizard are shown in the order in which they occur in the Wizard profile file. However, 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).

top


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