Re: [html-formfu] catalyst, formfu and unicode

2007-09-27 Thread Jonas Alves
On 27/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote: > > If you find yourself having to remove Catalyst::Plugin::UTF8 or remove > "use utf8" from modules with utf8 in the source - then there's > something else going wrong. You just need the "use utf8" if you have utf8 characters in you source,

Re: [html-formfu] catalyst, formfu and unicode

2007-09-27 Thread Carl Franks
On 27/09/2007, Carl Franks <[EMAIL PROTECTED]> wrote: > On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote: > > hello list, > > > > after endless hours of debugging, here are my recommendations for > > correct use of utf8 with Catalyst and HTML::FormFu > > > > 1) don't use Catalyst::Plugin::Uni

Re: [html-formfu] catalyst, formfu and unicode

2007-09-27 Thread Carl Franks
On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote: > hello list, > > after endless hours of debugging, here are my recommendations for > correct use of utf8 with Catalyst and HTML::FormFu > > 1) don't use Catalyst::Plugin::Unicode > 2) don't use "use utf8" in the controller, that has formfu st

[html-formfu] catalyst, formfu and unicode

2007-09-27 Thread Josef Chladek
hello list, after endless hours of debugging, here are my recommendations for correct use of utf8 with Catalyst and HTML::FormFu 1) don't use Catalyst::Plugin::Unicode 2) don't use "use utf8" in the controller, that has formfu stuff in it 3) don't use .yml configs, use Config::General instead

Re: [html-formfu] HTML-FormFu-DBIC

2007-09-27 Thread Mario Minati
On Thursday 27 September 2007 10:24:58 Zbigniew Lukasiak wrote: > On 9/26/07, Mario Minati <[EMAIL PROTECTED]> wrote: > > As I'm not an DBIC expert it's realy hard to get what happens when you > > dive into it, so my brain stopped following at > > $dbic->$method( [ $objects_rs->all ] ); > >

Re: [html-formfu] HTML-FormFu-DBIC

2007-09-27 Thread Zbigniew Lukasiak
On 9/26/07, Mario Minati <[EMAIL PROTECTED]> wrote: > As I'm not an DBIC expert it's realy hard to get what happens when you dive > into it, so my brain stopped following at > $dbic->$method( [ $objects_rs->all ] ); > Are you setting multiple User objects (for where Selectbox) for the curre

Re: [html-formfu] very, very slow initially

2007-09-27 Thread Josef Chladek
Am 27.09.2007 um 09:59 schrieb Carl Franks: On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote: Am 27.09.2007 um 08:17 schrieb Carl Franks: sorry, here are my results: prove -l t/04basic.t t/04basicok All tests successful. Files=1, Tests=7, 1 wallclock secs ( 0.54 cusr + 0.04 cs

Re: [html-formfu] very, very slow initially

2007-09-27 Thread Josef Chladek
Am 27.09.2007 um 09:34 schrieb Josef Chladek: Catalyst automatically loads all the packages it finds under MyApp/Controller, MyApp/Model and MyApp/View - at startup, not on demand - so it knows what's available. This is definitely a DBIC issue - not a FormFu issue. Search the DBIC list archive

Re: [html-formfu] very, very slow initially

2007-09-27 Thread Carl Franks
On 27/09/2007, Josef Chladek <[EMAIL PROTECTED]> wrote: > > Am 27.09.2007 um 08:17 schrieb Carl Franks: > > >> > >> sorry, here are my results: > >> > >> prove -l t/04basic.t > >> t/04basicok > >> All tests successful. > >> Files=1, Tests=7, 1 wallclock secs ( 0.54 cusr + 0.04 csys = 0.58 >

Re: [html-formfu] very, very slow initially

2007-09-27 Thread Josef Chladek
Am 27.09.2007 um 08:17 schrieb Carl Franks: sorry, here are my results: prove -l t/04basic.t t/04basicok All tests successful. Files=1, Tests=7, 1 wallclock secs ( 0.54 cusr + 0.04 csys = 0.58 CPU) server is pretty fast normally... removing all my DBIC models makes it fast again. but