On 12/21/05, icylamb <[EMAIL PROTECTED]> wrote:
> It actually works fine but with this url:
> http://localhost:8080/?action. It gives me errors:

default is only called when CP can't find a matching method. That URL
properly matches the index method, and thus it will call index (with
the action parameter).

You *could* make your index method accept **kw if you just want to
toss out unexpected keyword parameters.

Kevin

Reply via email to