Re: Action class not being called after validation

2010-02-22 Thread Lukasz Lenart
First of all - please ask such question on [email protected] 2010/2/22 manjum_kar : > name="RefundsLessThanThreeThousand" > Try action="RefundsLessThanThreeThousand" instead. Regards -- Łukasz http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl --

Action class not being called after validation

2010-02-22 Thread manjum_kar
Hi All, I am new to Struts2. I am tring to run a simple application which has one JSP and one java class. My jsp has few fields where user enters data. Once they click on submit, I need to validate them and return back if there is any missing data. I am using struts2 validation i.e classname-vali