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
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
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
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
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
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
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
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
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
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
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
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
; > // 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
>
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
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
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
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
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
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
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
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
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
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
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.
>
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.
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
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
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
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
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
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
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
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.
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
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:
>
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
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
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
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
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
private KaptchaField kaptchaComponent;
public boolean onValidateForm()
{
boolean goodValidation = true;
if (!inputValue)
{
kaptchaForm.recordError("kaptcha value n
private KaptchaField kaptchaComponent;
public boolean onValidateForm()
{
boolean goodValidation = true;
if (!inputValue)
{
kaptchaForm.recordError("kaptcha value n
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
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
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
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
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
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
48 matches
Mail list logo