Re: [Catalyst] Chained, root action, with default sub present

2009-08-10 Thread Matija Grabnar
fREW Schmidt wrote: On Mon, Aug 10, 2009 at 1:00 PM, Matija Grabnar > wrote: J. Shirley wrote: On Sun, Aug 9, 2009 at 7:31 AM, Matija Grabnar mailto:mat...@serverflow.com> >>

Re: [Catalyst] Chained, root action, with default sub present

2009-08-10 Thread fREW Schmidt
On Mon, Aug 10, 2009 at 1:00 PM, Matija Grabnar wrote: > J. Shirley wrote: > >> On Sun, Aug 9, 2009 at 7:31 AM, Matija Grabnar > mat...@serverflow.com>> wrote: >> >>I think this may be either a bug or something I don't understand >>about specifying chained actions. >> >>Suppose I have

Re: [Catalyst] Chained, root action, with default sub present

2009-08-10 Thread Matija Grabnar
J. Shirley wrote: On Sun, Aug 9, 2009 at 7:31 AM, Matija Grabnar > wrote: I think this may be either a bug or something I don't understand about specifying chained actions. Suppose I have a controller which has a defined default action (such as crea

Re: [Catalyst] Chained, root action, with default sub present

2009-08-09 Thread J. Shirley
On Sun, Aug 9, 2009 at 7:31 AM, Matija Grabnar wrote: > I think this may be either a bug or something I don't understand about > specifying chained actions. > > Suppose I have a controller which has a defined default action (such as > created by catalyst.pl by default, i.e. > > > sub default :Path

[Catalyst] Chained, root action, with default sub present

2009-08-09 Thread Matija Grabnar
I think this may be either a bug or something I don't understand about specifying chained actions. Suppose I have a controller which has a defined default action (such as created by catalyst.pl by default, i.e. sub default :Path { my ( $self, $c ) = @_; $c->response->body( 'Page not fo