catalyst  

[Catalyst] Re: Default running over chained

Caleb Cushing
Wed, 27 Jan 2010 17:22:50 -0800

any help? is this the correct behavior?

On Tue, Jan 26, 2010 at 5:13 PM, xenoterrac...@gmail.com
<xenoterrac...@gmail.com> wrote:
> I added a default action to my user controller. When I access /user/ a 
> chained action is supposed to run, and it ran just fine until i added the 
> default action. Now the default runs instead of the chained. No index exists 
> in the controller
>
>  sub base :Chained('/') : PathPrefix : CaptureArgs(0) { ... }
>
>  sub list : Chained('base') : PathPart('') : Args(0) { ... }
>
>  sub default : Path { ... }
>
>



-- 
Caleb Cushing

http://xenoterracide.blogspot.com

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/