Andrew Rodland wrote:
> 
>>
>>      sub index : Private {}
>>
> 
> That's legacy and you shouldn't do it. It should be
> 
>   sub index :Path Args(0) { ... }
> 
> Having index be a private action made no sense, which is why nothing does
> that 
> anymore -- the helper scripts don't generate it, and the tutorial doesn't
> show 
> it. It only still _works_ so that old apps aren't broken.
> 
> Andrew
> 
> 
Thanks Andrew.  

Unfortunately, my manuals show it.  So do the PODs.  I use ppm on Windoze to
download perl modules.  I couldn't find any repositories with later versions
of Catalyst or the manual.

I'll use the new format from now on.  It certainly makes more sense.

Much appreciated,
Anne
-- 
View this message in context: 
http://www.nabble.com/Local-action-in-controller-not-mapping-to-template-%28retry%29-tp23123769p23137859.html
Sent from the Catalyst Web Framework mailing list archive at Nabble.com.


_______________________________________________
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/

Reply via email to