Guys,
I'm using the Struts2 J Captcha plugin as it is available from this website
http://code.google.com/p/jcaptcha4struts2/wiki/QuickStart
Everything works fine bu I'm not just able to retain my form values whenever I enter a wrong value for the captcha. The form values are reset. I'm really clueless as to where the captcha validation happens and what results when the validation fails. Does anyone have an idea on this?
Here is my action mappting:
where register.jsp is the
jsp page for the form input and a snippet of it would look like as below: