Re: [html-formfu] Localization with catalyst

2010-02-01 Thread Gabor HALASZ
Hi! One more question...How can I localize the title attribute? I changed from title Enter your password here to title_loc, but it not works. thanks -- Gabor HALASZ ___ HTML-FormFu mailing list HTML-FormFu@lists.scsys.c

Re: [html-formfu] Localization with catalyst

2010-01-29 Thread Gabor HALASZ
Brian Cassidy wrote: On Fri, Jan 29, 2010 at 8:31 AM, Gabor HALASZ wrote: I got an exception Caught exception in MyApp::Controller::Auth->login "Can't locate object method "get_handle" via package "Catalyst::Plugin::I18N" at /usr/local/lib/perl5/site_perl/5.8.9/HTML/FormFu/Localize.pm line 109

Re: [html-formfu] Localization with catalyst

2010-01-29 Thread Brian Cassidy
On Fri, Jan 29, 2010 at 8:31 AM, Gabor HALASZ wrote: > I got an exception > > Caught exception in MyApp::Controller::Auth->login "Can't locate object > method "get_handle" via package "Catalyst::Plugin::I18N" at > /usr/local/lib/perl5/site_perl/5.8.9/HTML/FormFu/Localize.pm line 109. >  at > /usr/

Re: [html-formfu] Localization with catalyst

2010-01-29 Thread Gabor HALASZ
Brian Cassidy wrote: 2010/1/29 Gabor HALASZ : I tried localize formfu with catalyst::plugin::I18N, but I have no luck. Can you paste your form config? Thanks for a quick answer. I used label instead of label_loc, of course :) I rewroted my config: constraints Required

Re: [html-formfu] Localization with catalyst

2010-01-29 Thread Brian Cassidy
2010/1/29 Gabor HALASZ : > I tried localize formfu with catalyst::plugin::I18N, but I have no luck. Can you paste your form config? Remember to use "label_loc" instead of just "label". -- Brian Cassidy (brian.cass...@gmail.com) ___ HTML-FormFu mailing

[html-formfu] Localization with catalyst

2010-01-29 Thread Gabor HALASZ
Hi! I tried localize formfu with catalyst::plugin::I18N, but I have no luck. The c-p-I18N configured and works via template toolkit. I added next lines (found in a list archive) to lib/MyApp.pm: __PACKAGE__->config( ... 'Controller::HTML::FormFu' => { constructor => {