[Catalyst] Howto Catalyst::Plugin::Captcha ?
Joel Bernstein
joel at fysh.org
Fri May 8 13:44:20 GMT 2009
On 8 May 2009, at 14:33, th at dix.cz wrote:
>
> Hello catalysters,
>
> I'm trying to use Catalyst::Plugin::Captcha (v 0.03). Code is
> writen according the man page.
>
> Calling in controller
>
> $c->create_captcha();
>
> imediatelly displays the image. How can be the image passed to TT
> view?
In your TT template:
[% c.create_captcha %]
should work?
/joel
More information about the Catalyst
mailing list