Added functionality to verify pages before moving to the next page. Example: | <wizard name="Test wizard"> | <page> | <verify> | <if variable="foo is ">Please specify a value.<br></if> | </verify> | Foo: <var name="foo"> | </page> | | <page> | foo = &form.foo; | </page> | | </wizard> If the last <if>-tag in a <verify>-container evals to true the parsed result of the <verify>-container will be returned. Rev: server/modules/tags/wizard_tag.pike:1.21