[Catalyst] Re: Catalyst actions
Richard Jones
ra.jones at dpw.clara.co.uk
Thu May 17 22:45:37 GMT 2007
Matt S Trout wrote:
> On Thu, May 17, 2007 at 10:59:09PM +0400, Oleg Pronin wrote:
>> Use
>>
>> sub index : Private {
>> #search code
>> }
>
> Please don't, index is a nasty hack.
>
> sub base :Path :Args(0)
>
> or a chained action are both much better approaches.
>
It doesn't work anyway, at least in my setup - it bounces me to the
Welcome page. I'm currently looking at chained actions in the Catalyst
Advent Calendar.
--
Richard Jones
More information about the Catalyst
mailing list