You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Kearney, Michael" <mk...@qualstar-boulder.com> on 2003/07/14 20:28:10 UTC

FW: Use of Validator in a Wizard Validator

 The "Struts in Action" book describes how to do multipage validations in
chapter 12.10.1
 by using the following code:
 if (page == 1) {
 	//Check page 1 properties
 }
 if (page == 2) (
 	// And so on.
 
 Unfortunately, it doesn't go into detail about what goes inside the braces.
 What I'd like to know is what is the method call I use to validate just a
single field so I
 don't have to reinvent the wheel.
 
 	Best Regards,
                Michael
 
 
 Michael P. Kearney
 MKearney@Qualstar.com
 303-444-1101 x105
 Qualstar Corporation
 Advanced Development
 5480 Valmont Rd., Suite 250
 Boulder, CO 80301-2367

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