Re: Customizing T5 Kaptcha...

2012-01-23 Thread Julien Martin
After looking at the source code for the T5 Kaptcha implementation, I found a T5-friendlier way of configuring the Kaptcha. Just add the following lines to the services.AppModule class and play with the values and constants: * @Contribute(KaptchaProducer.class)* * public static void configureKaptc

Re: Customizing T5 Kaptcha...

2012-01-23 Thread Thiago H. de Paula Figueiredo
On Mon, 23 Jan 2012 15:40:40 -0200, Julien Martin wrote: Thiago, I meant are the web.xml init params the only way of specifying the config params for the Kaptcha? From reading the documentation, that seems to be correct. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 an

Re: Customizing T5 Kaptcha...

2012-01-23 Thread Julien Martin
Thiago, I meant are the web.xml init params the only way of specifying the config params for the Kaptcha? J. 2012/1/23 Julien Martin > I see. The config param you are pointing to are interesting. How then > would I specify them with T5 Kaptcha? Is it what > @SupportsInformalParameters

Re: Customizing T5 Kaptcha...

2012-01-23 Thread Julien Martin
I see. The config param you are pointing to are interesting. How then would I specify them with T5 Kaptcha? Is it what @SupportsInformalParameters are for? Regards, J. 2012/1/23 Thiago H. d

Re: Customizing T5 Kaptcha...

2012-01-23 Thread Thiago H. de Paula Figueiredo
On Mon, 23 Jan 2012 11:25:47 -0200, Julien Martin wrote: Thiago, Isn't the image a gif or a jpeg? Oops, I mesread your question. I'm sorry. Tapestry-Kaptcha is just a Tapestry wrapper around this package: http://code.google.com/p/kaptcha/, so you should check its documentation: http://co

Re: Customizing T5 Kaptcha...

2012-01-23 Thread Julien Martin
Thiago, Isn't the image a gif or a jpeg? J. 2012/1/23 Thiago H. de Paula Figueiredo > On Mon, 23 Jan 2012 09:49:07 -0200, Julien Martin > wrote: > > Hello, >> I would like to add a T5 Kaptcha to my website but I also need to >> customize >> it (background color, font color, size, readability).

Re: Customizing T5 Kaptcha...

2012-01-23 Thread Thiago H. de Paula Figueiredo
On Mon, 23 Jan 2012 09:49:07 -0200, Julien Martin wrote: Hello, I would like to add a T5 Kaptcha to my website but I also need to customize it (background color, font color, size, readability). Is this possible with t:kaptcha? If so how? Have you tried CSS? -- Thiago H. de Paula Figueired