Re: [Catalyst] Re: Validating single arg id

2009-10-21 Thread Bill Moseley
On Wed, Oct 21, 2009 at 6:52 AM, Aristotle Pagaltzis pagalt...@gmx.dewrote: * Zbigniew Lukasiak zzb...@gmail.com [2009-10-21 14:15]: What is the advantage of this over: sub view : Local { my ( $self, $c, $id ) = @_; $self-start( $c, $id ); # do something with $c-stash-{obj}

Re: [Catalyst] Re: Validating single arg id

2009-10-17 Thread Bill Moseley
On Sat, Oct 17, 2009 at 12:50 PM, Aristotle Pagaltzis pagalt...@gmx.dewrote: * iain iainhubb...@googlemail.com [2009-10-16 17:30]: until we did this we had boilerplate validation at the top of all the local actions. ++ Bill, in another thread you asked me for an example of how Chained