Re: Captcha in Struts2

2008-11-18 Thread Yohan Liyanage
Check out http://code.google.com/p/jcaptcha4struts2/ JCaptcha4Struts2 . Its a Struts2 plugin for integrating JCaptcha. Project is still in development level, but it is quite usable for most of the needs. It provides features like automatic validation of captcha, so that you can focus on problem

Re: Captcha in Struts2

2008-10-01 Thread matt.payne
aarthy wrote: > > How Can I implement Captcha in Struts2? > see http://code.google.com/p/kaptcha/ I put the logic in a KaptchInterceptor so actions don't need to be aware of this lib or validation. Here is the crux of the logic for that interceptor.

Re: Captcha in Struts2

2007-07-27 Thread Lionel
aarthy wrote: > How Can I implement Captcha in Struts2? http://jcaptcha.sourceforge.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Captcha in Struts2

2007-07-26 Thread Dale Newfield
aarthy wrote: How Can I implement Captcha in Struts2? Simplest way is to use recaptcha , although you're then tying your site to the network being up, and their site being up. http://tanesha.net/projects/recaptcha4j/ -Dale --