RE: validator form not responding properly
Nishant, Following links may also help you. If you have time, try to read the entire FAQs. They are really good. http://struts.apache.org/faqs/newbie.html#avoidValidate and For Wizard like WorkFlow http://struts.apache.org/faqs/newbie.html#wizard HTH. Kinjal Sonpal -
RE: validator form not responding properly
Nishant, Use *page* attribute while defining your validation.xml. Like this : --8<8<8<-- --8<8<8<-- In your Jsp page, add a hidden attribute defining the value for the page. Like this : --8<8<8<-- --8<8<8<