You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Stefano Panero <st...@gmail.com> on 2007/07/09 17:36:56 UTC

Captcha

Hi,

how could I implement a captcha with jsf?

Does anybody integrated something like jcaptcha?

Thanks.

Re: Captcha

Posted by Stefano Panero <st...@gmail.com>.
Thanks.

2007/7/9, Andrew Robinson <an...@gmail.com>:
>
> JBoss-Seam has built in support for captcha in 1.2.1
>
> On 7/9/07, Alexander Wallace <aw...@rwmotloc.com> wrote:
> > We did, I guess you could say using jsf cuz it is shown in a jsf form...
> >
> > We used a servlet, that uses a session variable to store the captcha
> > text and generates the image, in jsf we used a graphicImage
> > component... (<h:graphicImage url="/Captcha.jpg" />  ) .... The
> > managed ben reads the text from the session variable and compares it
> > to the input box where the user entered it...
> >
> > The captcha servlet we used is the nl.captcha.servlet.CaptchaServlet
> >
> > get the simplecaptcha.jar from http://simplecaptcha.sourceforge.net/
> >
> > That's about it!
> >
> > Hope that helps!
> >
> > On Jul 9, 2007, at 10:36 AM, Stefano Panero wrote:
> >
> > > Hi,
> > >
> > > how could I implement a captcha with jsf?
> > >
> > > Does anybody integrated something like jcaptcha?
> > >
> > > Thanks.
> >
> >
>

Re: Captcha

Posted by Andrew Robinson <an...@gmail.com>.
JBoss-Seam has built in support for captcha in 1.2.1

On 7/9/07, Alexander Wallace <aw...@rwmotloc.com> wrote:
> We did, I guess you could say using jsf cuz it is shown in a jsf form...
>
> We used a servlet, that uses a session variable to store the captcha
> text and generates the image, in jsf we used a graphicImage
> component... (<h:graphicImage url="/Captcha.jpg" />  ) .... The
> managed ben reads the text from the session variable and compares it
> to the input box where the user entered it...
>
> The captcha servlet we used is the nl.captcha.servlet.CaptchaServlet
>
> get the simplecaptcha.jar from http://simplecaptcha.sourceforge.net/
>
> That's about it!
>
> Hope that helps!
>
> On Jul 9, 2007, at 10:36 AM, Stefano Panero wrote:
>
> > Hi,
> >
> > how could I implement a captcha with jsf?
> >
> > Does anybody integrated something like jcaptcha?
> >
> > Thanks.
>
>

Re: Captcha

Posted by Alexander Wallace <aw...@rwmotloc.com>.
We did, I guess you could say using jsf cuz it is shown in a jsf form...

We used a servlet, that uses a session variable to store the captcha  
text and generates the image, in jsf we used a graphicImage  
component... (<h:graphicImage url="/Captcha.jpg" />  ) .... The  
managed ben reads the text from the session variable and compares it  
to the input box where the user entered it...

The captcha servlet we used is the nl.captcha.servlet.CaptchaServlet

get the simplecaptcha.jar from http://simplecaptcha.sourceforge.net/

That's about it!

Hope that helps!

On Jul 9, 2007, at 10:36 AM, Stefano Panero wrote:

> Hi,
>
> how could I implement a captcha with jsf?
>
> Does anybody integrated something like jcaptcha?
>
> Thanks.