Thanks for your feedback, Stéphane! > 3 - Use only named argument in the source code, > eg. http://localhost:8080/page/show?id=13 and NOT > http://localhost:8080/page/show/13 because the last '/' can break > a relative URL (eg. ../static)
I would still prefer nicer, RESTful URLs. Since you can and should use tg.url for creating absolute URLs (particularly for the /static directory), this is not such a big problem. But you're right, it can sometimes lead to problems when referencing another controller method using a relative URL. This has been discussed here a couple of times, but so far I don't see a simple solution. Maybe in TG2? > The wiki of TurboGears needs some love (content and artwork) but my > english sucks :( That's a lame excuse since your English is good and as you say, we need support mainly for content and artwork, not for style and language ;) Other people can brush up the English should if really needed. So onward, brave documentation writer! :) http://docs.turbogears.org/DocHelp -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

