Re: Sandbox component graduation (was: Re: New Apache MyFaces Sandbox component (CAPTCHA))

2008-03-05 Thread [EMAIL PROTECTED]
Leonardo has been organising this in last week or so, and a list of sandbox components have been chosen for promotion. See the dev list archives for details. I'm not sure the captcha component should be immediately promoted from sandbox to tomahawk though. At least it needs some real-world

Sandbox component graduation (was: Re: New Apache MyFaces Sandbox component (CAPTCHA))

2008-03-05 Thread Bruno Aranda
To: MyFaces Discussion Subject: Re: New Apache MyFaces Sandbox component (CAPTCHA) Hi, and here is the component in action (only valid for today): http://example.irian.at/example-sandbox-20080304/home.jsf cheers, Gerald On Mon, Mar 3, 2008 at 6:34 PM, Matthias Wessendorf

Re: New Apache MyFaces Sandbox component (CAPTCHA)

2008-03-04 Thread Gerald Müllan
: Hi Guy, I finished developing the Apache MyFaces Sandbox CAPTCHA component. Here is the jira issue link: https://issues.apache.org/jira/browse/TOMAHAWK-1207 I hope it can be useful to all the community. Thanks all

RE: New Apache MyFaces Sandbox component (CAPTCHA)

2008-03-04 Thread Kito D. Mann
Sandbox component (CAPTCHA) Hi, and here is the component in action (only valid for today): http://example.irian.at/example-sandbox-20080304/home.jsf cheers, Gerald On Mon, Mar 3, 2008 at 6:34 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, On Mon, Mar 3, 2008 at 6:18 PM

Re: New Apache MyFaces Sandbox component (CAPTCHA)

2008-03-03 Thread Matthias Wessendorf
Hi, On Mon, Mar 3, 2008 at 6:18 PM, Hazem Saleh [EMAIL PROTECTED] wrote: Hi Guy, I finished developing the Apache MyFaces Sandbox CAPTCHA component. Here is the jira issue link: https://issues.apache.org/jira/browse/TOMAHAWK-1207 I hope it can

Captcha

2007-07-09 Thread Stefano Panero
Hi, how could I implement a captcha with jsf? Does anybody integrated something like jcaptcha? Thanks.

Re: Captcha

2007-07-09 Thread Alexander Wallace
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

Re: Captcha

2007-07-09 Thread Andrew Robinson
JBoss-Seam has built in support for captcha in 1.2.1 On 7/9/07, Alexander Wallace [EMAIL PROTECTED] 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

Re: Captcha

2007-07-09 Thread Stefano Panero
Thanks. 2007/7/9, Andrew Robinson [EMAIL PROTECTED]: JBoss-Seam has built in support for captcha in 1.2.1 On 7/9/07, Alexander Wallace [EMAIL PROTECTED] 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