Ben Sizer schrieb: > On Jul 8, 11:39 pm, W-Mark Kubacki <[EMAIL PROTECTED]> wrote: >> Well, this is indeed not as good documented as it should. The index method >> is an exception. > > Ok, so the example at http://docs.turbogears.org/1.0/GettingStarted/Arguments > is wrong then? As that uses the index method.
No, the examples are correct. As you have noticed, the URLs given there explicitely name the index method. In this case the index method acts like any normal method with a non-special name. Your URLs did not name the index method. Your URLs would only work if the "task" attribute was a method of the root controller, not a sub-controller. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

