You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mikael Wikblom <mi...@adnovum.ch> on 2004/02/27 15:21:32 UTC

Manipulate page validation for ValidatorForm

Hi,

I have the following problem; the page validation of the ValidatiorForm 
requires that the pages are ordered (e.g. a wizard-initalization) and 
performs validation for all pages <= current page. If a page is 
undefined or 0, validation for all pages is performed.

In my application I have an intialization that requires this 
functionality, but the pages I have are not ordered, making the 
validation of current page and all pages before invalid. What I do need 
is validation for page = current page and not the ones before.

Is this somehow possible without loosing the normal (validation.xml 
entries) validation? I'm using struts version 1.1.

Thanks




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org