Re: Refreshing captcha image

2011-07-19 Thread Alec Swan
That worked. Thank you Vineet! On Tue, Jul 19, 2011 at 2:17 AM, vineet semwal wrote: > use ajaxlink instead of ajaxsubmitlink .. > > On Tue, Jul 19, 2011 at 8:37 AM, Alec Swan wrote: >> Hello, >> >> We have a form with some required fields and a captcha image with >> CaptchaImageResource. Everyt

Re: Refreshing captcha image

2011-07-19 Thread vineet semwal
use ajaxlink instead of ajaxsubmitlink .. On Tue, Jul 19, 2011 at 8:37 AM, Alec Swan wrote: > Hello, > > We have a form with some required fields and a captcha image with > CaptchaImageResource. Everything works great, but the default Wicket > captcha component displays text which is hard to read

Refreshing captcha image

2011-07-18 Thread Alec Swan
Hello, We have a form with some required fields and a captcha image with CaptchaImageResource. Everything works great, but the default Wicket captcha component displays text which is hard to read for end-users. I added an AjaxSubmitLink("reCaptcha") button which should allow the user to re-generat