• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Struts 2 JCaptchaforStruts 2 issue

 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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:

 
Joe San
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Allright. Figured out the issue. It was because of the fact that the JCaptchaForStruts2 interceptor does not implement ModelDriven and Preparable interfaces. Found a decent workaround for this solution.
 
Skool. Stay in. Smartness. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic