Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-11 Thread David Morel
Le 10 mai 07 à 17:23, Tobias Kremer a écrit : But, this does raise another question I have. There is plethora of modules that are to help Perl be more OO like and stricter which is cool, but are there any good de-facto standard modules that are used by the majority of people wishing

[Catalyst] C::P::StackTrace and HTML::FormFu

2007-05-11 Thread Tobias Kremer
Following up on my post from yesterday to the HTML::FormFu mailing list I found out that using the Catalyst::Plugin::StackTrace plugin together with HTML::FormFu (and Catalyst::Controller::HTML::FormFu) results in an enormous slowdown when using lots of options for e.g. select elements. See one

Re: [Catalyst] [patch] Wrong Content-Length value error - Catalyst::Engine::CGI

2007-05-11 Thread Kazuma Shiraiwa
OK.I understood. I seek more what is the cause of error. Thank you. -- Kazuma Shiraiwa 2007/5/11, Andy Grundman [EMAIL PROTECTED]: On May 10, 2007, at 12:33 PM, Kazuma Shiraiwa wrote: Thanks for your attention. Sorry.My explanation was insufficient. CPU: Xeon2.6GHz OS: CentOS4 Server

Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-11 Thread Matt S Trout
On Fri, May 11, 2007 at 10:43:57AM +0200, David Morel wrote: Le 10 mai 07 à 17:23, Tobias Kremer a écrit : But, this does raise another question I have. There is plethora of modules that are to help Perl be more OO like and stricter which is cool, but are there any good de-facto

[Catalyst] How do I have Catalyst access a Controller based on only part of the PATH_INFO

2007-05-11 Thread Steve H
Hi I'm used to (albeit a recent Catalyst convert) creating a Controller based on the whole name of the PATH_INFO, e.g. http://localhost:3000/some/structure/like/this being: package my_app::Controller::some::structure::like::this In a file

Re: [Catalyst] How do I have Catalyst access a Controller based on only part of the PATH_INFO

2007-05-11 Thread Matt S Trout
On Sat, May 12, 2007 at 12:20:53AM +1000, Steve H wrote: Hi I'm used to (albeit a recent Catalyst convert) creating a Controller based on the whole name of the PATH_INFO, e.g. http://localhost:3000/some/structure/like/this being: package my_app::Controller::some::structure::like::this

[Catalyst] Tabular interfaces

2007-05-11 Thread Duncan Ferguson
Hiya list, I need to add a tabular interface into my cat app and trying to work out the best practice way of doing it - are there any docs or info anywhere on how to do this? One part would be for user preferences where the first tab contains basic information (i.e. name, address, tel,

Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-11 Thread Michael Reece
now the next time this happens, googling for cpantools.org will find this thread and all will be clear! On May 11, 2007, at 4:40 AM, A. Pagaltzis wrote: * Daniel Hulme [EMAIL PROTECTED] [2007-05-10 23:50]: No, but on finding it not working my first guess was that he mistyped it, so I tried

Re: [Catalyst] Tabular interfaces

2007-05-11 Thread vb
This is not a Catalyst job... but I also very interested of the best practice for integrate a tabular interface. Many JS libraries for tab interface exists (fabtabulous.js). I suggest you: google tab based interface techniques An example if you wish, from my work: http://lar.sitsco.com (where I

Re: [Catalyst] Tabular interfaces

2007-05-11 Thread Wade . Stuart
Duncan Ferguson [EMAIL PROTECTED] wrote on 05/11/2007 11:45:14 AM: Hiya list, I need to add a tabular interface into my cat app and trying to work out the best practice way of doing it - are there any docs or info anywhere on how to do this? One part would be for user preferences