Hi guys, not sure if I'm doing something really stupid here, but I can't seem to work this out - essentially what is happening is that if I am at the root of my application then the <action> part of the config doesn't get added to the URL, but if I work my way down in to any of the controllers, then all of the actions display fine.
The example config is here: http://pastie.org/765545. I'm using controllers/actions instead of just straight urls because the application resides in a sub directory and the paths won't work correctly otherwise. It's really weird. It's like you have to be viewing a controller, and if not, controllers are the only thing it'll render.
