Refresh tapestry kaptcha using ajax event link

2015-09-28 Thread Simon Raveh
Hi All, I'm using Tapestry 5.4-beta-35 trying to refresh the Kaptcha image using an ajax event link. I'm using the following code: What characters are shown in the

ChenilleKit 1.3.3 and tapestry-kaptcha 5.4-beta28 are incompatible

2015-02-25 Thread Balázs Palcsó
Hi, The reason for the below exception that I had both ChenilleKit and tapestry-kaptcha on my classpath. If I remove tapestry-kaptcha I don't get the below error. Regards, Balazs On 25 February 2015 at 23:10, Balázs Palcsó wrote: > Hi, > > Thanks for the quick replies. I will tr

tapestry kaptcha image does not refesh after an ajax form submit?

2014-09-10 Thread John
Hi, How do I get a kaptcha image to refresh when a zone is rerendered on an ajax request? At present this only happens for a form that submits for the page. Without a new code the next validation always fails. John --- This email is free from viruses and malware because avast! Antivirus

jquery events with ajax form submission of kaptcha code

2014-08-11 Thread John
arted by clicking the link in the ClientAccess component the PasswordHelp component the forms appear and work fine. When you cancel and click the forgot password link again, the first form with the kaptcha element wont submit again when you press Next. I'm now thinking this may be a kaptch

Re: kaptcha component reloading issues with Firefox

2014-02-08 Thread Thiago H de Paula Figueiredo
14 at 1:22 AM, Ilya Obshadko >wrote: > >> Okay, https://issues.apache.org/jira/browse/TAP5-2275 >> >> >> On Fri, Jan 24, 2014 at 8:46 AM, Dimitris Zenios >> wrote: >> >> > You should start by writing a jira bug report >> > On 23 Jan 20

Re: kaptcha component reloading issues with Firefox

2014-01-24 Thread Dimitris Zenios
adko >wrote: > > > >> Okay, https://issues.apache.org/jira/browse/TAP5-2275 > >> > >> > >> On Fri, Jan 24, 2014 at 8:46 AM, Dimitris Zenios > >> wrote: > >> > >> > You should start by writing a jira bug report > >> > On

Re: kaptcha component reloading issues with Firefox

2014-01-24 Thread Bob Harner
gt;> wrote: >> >> > You should start by writing a jira bug report >> > On 23 Jan 2014 00:09, "Ilya Obshadko" wrote: >> > >> > > So I have discussed the issue with Kaptcha library author and found out >> > > that t

Re: kaptcha component reloading issues with Firefox

2014-01-24 Thread Dimitris Zenios
wse/TAP5-2275 > > > On Fri, Jan 24, 2014 at 8:46 AM, Dimitris Zenios > wrote: > > > You should start by writing a jira bug report > > On 23 Jan 2014 00:09, "Ilya Obshadko" wrote: > > > > > So I have discussed the issue with Kaptcha library author

Re: kaptcha component reloading issues with Firefox

2014-01-23 Thread Ilya Obshadko
Okay, https://issues.apache.org/jira/browse/TAP5-2275 On Fri, Jan 24, 2014 at 8:46 AM, Dimitris Zenios wrote: > You should start by writing a jira bug report > On 23 Jan 2014 00:09, "Ilya Obshadko" wrote: > > > So I have discussed the issue with Kaptcha library auth

Re: kaptcha component reloading issues with Firefox

2014-01-23 Thread Dimitris Zenios
You should start by writing a jira bug report On 23 Jan 2014 00:09, "Ilya Obshadko" wrote: > So I have discussed the issue with Kaptcha library author and found out > that the problem is, in fact, with Tapestry implementation itself. > > https://code.google.com/p/kaptc

Re: kaptcha component reloading issues with Firefox

2014-01-22 Thread Ilya Obshadko
So I have discussed the issue with Kaptcha library author and found out that the problem is, in fact, with Tapestry implementation itself. https://code.google.com/p/kaptcha/issues/detail?id=72 Tapestry component uses response.setHeader("Cache-Control") twice, and the second call

kaptcha component reloading issues with Firefox

2014-01-20 Thread Ilya Obshadko
I'm not sure if anyone else has that issue: reloading the zone containing kaptcha component does not trigger image reloading, so the whole thing becomes unusable (because internal CAPTCHA text is already different, but image is not). This affects ONLY Firefox, all the other major browsers a

Re: kaptcha deployment error

2013-08-02 Thread Lance Java
; > // Use service builder methods (example below) when the implementation > > // is provided inline, or requires more initialization than simply > > // invoking the constructor. > > binder.bind(KaptchaProducer.class, KaptchaProducerImpl.class); > > } > > Added library's > > tapestry-kaptcha-5.3.7.jar > > kaptcha-2.3.2.jar > > kaptcha-2.3.2-jdk14.jar > > > > What should be renamed? > > Thanks for help > > > > -- > > Pozdrav Nikola Vulovic > > > > > > -- > Pozdrav Nikola Vulovic >

Re: kaptcha deployment error

2013-08-02 Thread Nikola Vulovic
calls on the binder object to define most IoC services. > // Use service builder methods (example below) when the implementation > // is provided inline, or requires more initialization than simply > // invoking the constructor. > binder.bind(KaptchaProducer.class, KaptchaProd

Re: kaptcha deployment error

2013-08-02 Thread Taha Hafeez Siddiqi
Why are you binding KaptchaProvider service in your AppModule when it is already bound in tapestry-kaptcha ? regards Taha On 02-Aug-2013, at 8:51 AM, Nikola Vulovic wrote: > this is the error: > java.lang.RuntimeException: Service id 'KaptchaProducer' has already b

kaptcha deployment error

2013-08-01 Thread Nikola Vulovic
object to define most IoC services. // Use service builder methods (example below) when the implementation // is provided inline, or requires more initialization than simply // invoking the constructor. binder.bind(KaptchaProducer.class, KaptchaProducerImpl.class); } Added library's t

Updating kaptcha mvn dependency in tapestry-kaptcha

2013-05-30 Thread Ben Titmarsh
The Tapestry-Kaptcha project relies on version 2.3 of com.google.code.kaptcha. After much fuss from the author, 2.3.2 has been added to this mvn repo: https://m2repos.googlecode.com/svn/nexus Can we get the dependency updated in the tapestry-kaptcha project to point to this version so that we

Re: kaptcha

2012-11-26 Thread Stephan Windmüller
On 26.11.2012 15:03, John wrote: > please share opinions on the best Tapestry Kaptcha solution please, > i.e. easiest to integrate and simple to use - I believe there is more > than 1 choice Hi John, please do not start a new thread by replying to an existing message and changing th

kaptcha

2012-11-26 Thread John
please share opinions on the best Tapestry Kaptcha solution please, i.e. easiest to integrate and simple to use - I believe there is more than 1 choice TIA

Re: Kaptcha - alternative libraries

2012-02-06 Thread Taha Hafeez Siddiqi
iredo wrote: > Why don't you just use another captcha component instead? A quick Google > search provides some. > > On Mon, 06 Feb 2012 09:36:56 -0200, captain_rhino > wrote: > >> I have used the standard kaptcha and I'm happy with it. >> >> The

Re: Kaptcha - alternative libraries

2012-02-06 Thread Thiago H. de Paula Figueiredo
Why don't you just use another captcha component instead? A quick Google search provides some. On Mon, 06 Feb 2012 09:36:56 -0200, captain_rhino wrote: I have used the standard kaptcha and I'm happy with it. The problem is the end users (and the boss) don't think it i

Kaptcha - alternative libraries

2012-02-06 Thread captain_rhino
I have used the standard kaptcha and I'm happy with it. The problem is the end users (and the boss) don't think it is easily read.. I explained to him this is kind of how they are but he's seen others that look easier to read and have functionality such as a refresh icon (to cha

Re: Overriding input type = password for T5 Kaptcha component

2012-01-24 Thread Julien Martin
done! 2012/1/24 Igor Drobiazko > Not yet, but you can fill a JIRA issue. > > On Mon, Jan 23, 2012 at 10:49 PM, Julien Martin wrote: > > > Hello, > > I noticed that the input type of the kaptcha field is *of type password*. > > Is there a way to make it of t

Re: Overriding input type = password for T5 Kaptcha component

2012-01-24 Thread Igor Drobiazko
Not yet, but you can fill a JIRA issue. On Mon, Jan 23, 2012 at 10:49 PM, Julien Martin wrote: > Hello, > I noticed that the input type of the kaptcha field is *of type password*. > Is there a way to make it of type input* type="text" instead*? > Regards, > Julien. >

Overriding input type = password for T5 Kaptcha component

2012-01-23 Thread Julien Martin
Hello, I noticed that the input type of the kaptcha field is *of type password*. Is there a way to make it of type input* type="text" instead*? Regards, Julien.

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

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

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 > @SupportsInformalParame

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<http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/annotations/SupportsInformalParameters.html> are for? Regards, J. 2012/1/23 Th

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 documentati

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 c

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

Customizing T5 Kaptcha...

2012-01-23 Thread Julien Martin
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? Regards, J.

T5.3 : Kaptcha

2011-12-14 Thread angelochen
got some questions regarding kaptcha: 1. since validation is off, but it shows a red 'X' in addition to error "Enter the text displayed in the image.", i'd prefer to have no red 'X'. 2. t:height and t:width has no effort, height and width same, how to

Re: kaptcha

2011-11-22 Thread Geoff Callender
http://repo1.maven.org/maven2/org/apache/tapestry/tapestry-kaptcha/5.3/tapestry-kaptcha-5.3.jar I've been assuming you're using T5.3. I don't know whether the above jar would work with an earlier version of Tapestry. On 23/11/2011, at 1:35 AM, captain_rhino wrote: >

Re: kaptcha

2011-11-22 Thread captain_rhino
Is there a maven dependency for tapestry-kaptcha module or is there some other way I can build it? -- View this message in context: http://tapestry.1045711.n5.nabble.com/kaptcha-tp5013121p5014170.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: kaptcha

2011-11-22 Thread captain_rhino
Where do i get the tapestry-kaptcha module from? Is there a maven repository. Thanks for all help so far. -- View this message in context: http://tapestry.1045711.n5.nabble.com/kaptcha-tp5013121p5013697.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: kaptcha

2011-11-22 Thread Geoff Callender
The kaptcha-2.3.jar is only required at runtime: http://tapestry.formos.com/maven-repository/com/google/code/kaptcha/kaptcha/2.3/kaptcha-2.3.jar On 22/11/2011, at 11:44 PM, Geoff Callender wrote: > This works. I used tapestry-kaptcha module from T5.3 and the kaptcha jar f

Re: kaptcha

2011-11-22 Thread Geoff Callender
This works. I used tapestry-kaptcha module from T5.3 and the kaptcha jar from com.google.code.kaptcha in the classpath… Type the code shown below

Re: kaptcha

2011-11-22 Thread Taha Hafeez Siddiqi
Hi Are you including tapestry-kaptcha as a separate dependency. Kaptcha is not available in tapestry-core regards Taha On Nov 22, 2011, at 3:25 PM, captain_rhino wrote: > I might be going mad but how do I use the > > org.apache.tapestry5.kaptcha.components.Kap

kaptcha

2011-11-22 Thread captain_rhino
private KaptchaField kaptchaComponent; public boolean onValidateForm() { boolean goodValidation = true; if (!inputValue) { kaptchaForm.recordError("kaptcha value n

kaptcha

2011-11-22 Thread captain_rhino
private KaptchaField kaptchaComponent; public boolean onValidateForm() { boolean goodValidation = true; if (!inputValue) { kaptchaForm.recordError("kaptcha value n

[T5.3-beta-9] Using tapestry-beanvalidator and tapestry-kaptcha together results in circular dependency

2011-09-19 Thread nillehammer
Hi List, I don't know whether this belongs here. I have recently introduced tapestry-kaptcha into one of my forms using tapestry-beanvalidator as well. Loading the page containing that form I get a circular depenency warning: WARN services.TapestryModule.MarkupRenderer Unable to add 'Kap

Re: kaptcha + tapestry5

2010-01-28 Thread Geoff Callender
Alternatively, use Chenillekit's Kaptcha component. It works for me. myPage.tml: myPage.java: import org.chenillekit.tapestry.core.components.Kaptcha; ... @Property private boolean _kaptchaCorrect; ... @Component(id = &qu

Re: kaptcha + tapestry5

2010-01-27 Thread Rafa88
Thiago H. de Paula Figueiredo wrote: > > On Wed, 27 Jan 2010 14:14:22 -0200, Rafa88 wrote: > >> HEllo, > > Hi! > >> I´m trying to insert kaptcha with tapestry with rcaptcha.net but I don´t >> know how to do... Some help? > > Take a look at

Re: kaptcha + tapestry5

2010-01-27 Thread Thiago H. de Paula Figueiredo
On Wed, 27 Jan 2010 14:14:22 -0200, Rafa88 wrote: HEllo, Hi! I´m trying to insert kaptcha with tapestry with rcaptcha.net but I don´t know how to do... Some help? Take a look at http://tapestryjava.blogspot.com/2009/12/tapestry-and-kaptcha.html. -- Thiago H. de Paula Figueiredo

kaptcha + tapestry5

2010-01-27 Thread Rafa88
HEllo, I´m trying to insert kaptcha with tapestry with rcaptcha.net but I don´t know how to do... Some help? Thanks -- View this message in context: http://old.nabble.com/kaptcha-%2B-tapestry5-tp27342207p27342207.html Sent from the Tapestry - User mailing list archive at Nabble.com

[Tapestry Central] Tapestry and Kaptcha

2009-12-03 Thread Howard
Another bit of interesting work I did, for another client, was to implement a CAPTCHA system. I chose the library Kaptcha and built services and components around it. If you follow the documentation for Katpcha, you'll see that you're supposed to configure it inside web.xml and add