On Tue, Mar 11, 2008 at 4:12 PM, Dami Laurent (PJ) <[EMAIL PROTECTED]> wrote: > > > > Hi Catalysters, > > It seems that if an exception is raised in the entry point to an action > chain, Catalyst still tries to forward to the other chain components, > accumulating all exceptions into $c->errors. > > Is there a way to stop the chain at the first exception ? > > Thanks in advance, > > Laurent Dami > >
Probably you need to catch it and call detach. -- Jonas _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
