Re: [Catalyst] Win32, Data::Alias, bad idea or my bad?

2008-08-27 Thread Kai Andresen
2008/8/26 Matt S Trout [EMAIL PROTECTED] On Tue, Aug 26, 2008 at 03:20:14PM +0200, Kai Andresen wrote: I've been trying to get a nice litle Catalyst application to run on developers win32 machines the recent week. Strawberry, ActiveState and Cygwin. All fail on something, but they all

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-08-27 Thread Tobias Kremer
Quoting Daniel Westermann-Clark [EMAIL PROTECTED]: On 2008-08-26 14:18:18 +0200, Tobias Kremer wrote: Just out of pure curiosity: Why is it that there are dedicated flash:hash entries in the storage for the flash? Wouldn't the session be enough? The flash: rows were used for

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-08-27 Thread Tobias Kremer
Quoting Daniel Westermann-Clark [EMAIL PROTECTED]: On 2008-08-26 09:47:59 +0200, Tobias Kremer wrote: Please note, that this is ONLY happening with the flash part - my sessions work 100% accurate all the time! How are you interacting with the flash vs. your sessions? Could you provide some

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-08-27 Thread Moritz Onken
Am 27.08.2008 um 10:19 schrieb Tobias Kremer: Quoting Tobias Kremer [EMAIL PROTECTED]: Quoting Daniel Westermann-Clark [EMAIL PROTECTED]: The flash: rows were used for compatibility with Store::DBI. We can break compatibility if people find the it not very useful. I have to admit that I

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-08-27 Thread Tobias Kremer
Quoting Moritz Onken [EMAIL PROTECTED]: Am 27.08.2008 um 10:19 schrieb Tobias Kremer: Ok, a second glance (after the first coffee) revealed that the separation is indeed there :) The question is, why? Just guessing: not every request has its own session object. There are users with no

[Catalyst] RFC FYI: HTML::FormFu::ExtJS

2008-08-27 Thread Moritz Onken
Hi, HTML::FormFu::ExtJS uses the validation and processing power of HTML::FormFu and combines it with the great abilities of the JavaScript framework ExtJS to generate more intuitive forms. There is no difference in the form config file. You simply replace HTML::FormFu-new with

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-08-27 Thread Matt S Trout
On Wed, Aug 27, 2008 at 10:41:11AM +0200, Tobias Kremer wrote: Quoting Moritz Onken [EMAIL PROTECTED]: Am 27.08.2008 um 10:19 schrieb Tobias Kremer: Ok, a second glance (after the first coffee) revealed that the separation is indeed there :) The question is, why? Just guessing: not

[Catalyst] Global $r object is not available error

2008-08-27 Thread Bowei Chi
Hi List, I'm configuring apache mod_perl to work with Catalyst according to the cookbook, but this error showed up when I restarts apache. It occurs when my catalyst application tries to start up by calling __PACKAGE__-setup; [error] Global $r object is not available. Set: PerlOptions