Description: A wizard step defined as a stage.
JavaDoc: Click here
Remarks: (...)
Body content: JSP context.
Attributes:
| Name | Description | Data type | Required | Default value |
| stageID | The id of the stage to include as a wizard step | String | Yes | |
| parameters | The parameters to pass to the stage | String | No | |
| name | The name for the wizard step. Ignored if used outside a wizard. | String | No | - |
| description | The description for the wizard step. Ignored if used outside a wizard. | String | No | - |
| enabled | If the panel is enabled. It's ignored if not. | boolean | No | true |
| accessible | If the panel is accessible in the containing wizard. Ignored if used outside a wizard. | boolean | No | true |
Examples:
<dif:document>
<dif:wizard...>
</dif:wizard>
...
</dif:document>
See also: