On Apr 20, 2012, at 6:20 AM, Wikus van de Merwe wrote: > OK, so if I define the list of function, the situation is clear. If I don't > and I want to pass arguments to the default function I need to use the > default function name (/default_function/arg). Arguments alone (/arg) in that > case would be treated as if it is a function name (even if it does not exist > in the controller) and /app/ctrl/arg would be called instead of > /app/ctrl/default_function/arg. Thanks for clarifying this.
Yes. And URL() will do the right thing for you in all those cases.

