On 6 Sep 2011, at 14:34, Nick wrote:

Catalyst isn't dispatching how I expected.  A 'Login' controller has

This is due to you mixing path and chained actions. The path actions take higher priority if they're able to match at all..

 [debug] Loaded Path actions:
.------------------------------------- +--------------------------------------. | Path | Private | +------------------------------------- +--------------------------------------+ | / | / index | | /... | / default |

Try changing this to sub default : Chained('/') Args()

and see if that helps?

Cheers
t0m


_______________________________________________
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