Re: Adding a violation in xmlforms

2002-10-21 Thread Bobby Mitchell
I did this by using session-propagator action and then adding an if-else statement in the WizardAction class. 212 213 214 215 216 217 218 219

Adding a violation in xmlforms

2002-10-21 Thread Rob Johnston
Is it possible to do some validation on input (outside the scope of schematron) in the WizardAction class, and if this validation fails, add a new violation so that the xmlform transformer will properly add in xf:violation tags and flow will halt until the violation is cleared up? thanks, rob ---