problem in using struts validator
We are trying to use the struts validator framewok to do the client and server-side validations. But we encounter the follwoing problems.
1. Action class does the validation well before we input the data. So we get the error messages displayed in the jsp page before we submit the form data.
2. We have more than one screens in a single jsp file which accepts user inputs and we want to validate the fields according to the request order,not as a whole.
Can this be done using struts validator framework(any versions).
|