Re: [Catalyst] Has anyone read the book Catalyst 5.8 : The Perl MVCFramework yet?

2010-10-26 Thread Octavian Rasnita
IMHO the dispatching is a very important chapter for a web framework, especially for Catalyst that has so many things to offer in this field. And another important thing is to show how Catalyst works alone, without an ORM, without a templating system, without a form processor, with the warning

Re: [Catalyst] CatalystX::Declare stash problem

2010-10-26 Thread Charlie Garrison
Good afternoon, On 25/10/10 at 10:57 PM -0700, Alan Humphrey alan.humph...@comcast.net wrote: If I use the stash method I get an error: $ctx-stash( data = $ctx-model(BirdWebDB::Orders)-search({ 'me.taxonomic_order' = {'not' = undef}, You're probably getting caught by list context; use

Re: [Catalyst] Has anyone read the book Catalyst 5.8 : The Perl MVCFramework yet?

2010-10-26 Thread David Schmidt
On Tue, Oct 26, 2010 at 8:03 AM, Octavian Rasnita orasn...@gmail.com wrote: IMHO the dispatching is a very important chapter for a web framework, especially for Catalyst that has so many things to offer in this field. And another important thing is to show how Catalyst works alone, without an