Nicolas Raspail a écrit :
Quoting Matt S Trout <[EMAIL PROTECTED]>: < <snip>I'd do - sub end :Private { my ($self, $c) = @_; $c->forward('render') unless $c->req->xmlrpc->is_xmlrpc_request; } sub render :ActionClass('RenderView') { } Seems a bit cleaner than your approach.
Hi Matt, thanks for the tip, it works fine Nicolas PS: I have made a mistake and send this email only to Mattt _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
