Re: [html-formfu] errors behind the corresponding input

2010-01-29 Thread Gabor HALASZ
On 2010.01.29. 15:49, Sven Eppler wrote: > Hi Wolfang, > > this basicly solves my problem. But it moves the message to the complete > right and let it grow from there towards my input elements. > > Which works on bigger error messages. But smaller ones look "lost" at > the right side of the scree

Re: [html-formfu] Add a name property for Callback constraints? Forcing errors

2010-01-29 Thread Ronald J Kimball
Oskari 'Okko' Ojala wrote: Is there some other method to match a correct Callback if there are many? Personally, I use a regex on the value of the callback field. Obviously, that doesn't work if you're not actually specifying a callback value. Being able to specify a name for the constrain

Re: [html-formfu] errors behind the corresponding input

2010-01-29 Thread Sven Eppler
Hi Wolfang, this basicly solves my problem. But it moves the message to the complete right and let it grow from there towards my input elements. Which works on bigger error messages. But smaller ones look "lost" at the right side of the screen. But thanks for the idea anyway. :) Bye, Sven Am F

Re: [html-formfu] errors behind the corresponding input

2010-01-29 Thread Wolfgang Kinkeldei
Hi Sven, Am 29.01.2010 um 14:57 schrieb Sven Eppler: > Hi There, > > is there an easy way to get the error messages behind the corresponding > input field instead of before it? what about using CSS's float property? I am using a css definition like the following lines. Usually this will not hu

[html-formfu] errors behind the corresponding input

2010-01-29 Thread Sven Eppler
Hi There, is there an easy way to get the error messages behind the corresponding input field instead of before it? Of course i could export the templates and change it there. But i was wondering if i could also accomplish this by an option or maybe a css style? So any ideas, or do i have to tak

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 => {