Hi Neil, > The base mechanism in TG only gets me to the default function on the > root controller, and doesn't seem to offer me a way to "restart" the > processing on the remainder of the path. So: > > http://foo.bar/unique-name/archives/2006/10/03/post-name > > I only get to RootController, method default, where I can look up the > blog name. I can't then forward the rest of the request to a controller > that handles the blog portion (say, BlogController). >
This is exactly the part that I dislike about CherryPy and love about Quixote. Some nice guy has created an imitation of Quixote's "_q_traverse" as a decorator: http://docs.cherrypy.org/quixote I've used it in one project and it seems to work fine, except for somewhat misleading error messages because of the decorator... HTH Ksenia --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

