Re: Solved: [Catalyst] Howto Catalyst::Plugin::Captcha ?

2009-05-09 Thread Tomas Doran

t...@dix.cz wrote:

I see!

img src=[% c.uri_for('captcha') -%] /

works for me. Thanx for good hint!


Please, please please supply a doc patch to the module, or _at least_ 
report a bug in the module's rt.cpan queue, so that hopefully this will 
get fixed and nobody will struggle in future?



Tomas


Wow, someone who spells Tomas the 'correct' way, well done your parents. ;)


Cheers
t0m

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Solved: [Catalyst] Howto Catalyst::Plugin::Captcha ?

2009-05-08 Thread th


img src=http://my.app/createcaptcha; /

...where createcaptcha is the controller calling the Plugin::Captcha 
method.


I see!

img src=[% c.uri_for('captcha') -%] /

works for me. Thanx for good hint!

Tomas

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/