Hi !
In a wizard, I have some "required" checks with struts-validator assigned to 
pages (with page=).
There is sometimes a "jump" in the wizard so that a property is null. When 
validating the page after the jump, the server-side validation failed as if 
validator checked all previous pages.
For example,
page1 -> property q1
page2 -> property q2
page3 -> property q3
If i jump from page1 to page3, submitting page3 will failed telling q2 is 
required (because null).

Can you confirm that the validator ckecks all properties for pages <= current 
page ? 

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to