Simon Belak wrote: > In terms of "formal" documentation 0.8.x has the edge, but on the other > hand there are a number of 0.9.x-specific tutorials and how-tos in the wiki. > > Click around a bit and see with what *you* feel more comfortable (most > people on this list will probably suggest the latest and greatest, but > do keep in mind we are as based as it gets).
Well, given that the Getting Started page is the only piece of documentation I am currently getting any use out of whatsoever, I am uncomfortable using a version of Turbogears that doesn't match it. Unfortunately this also leaves me totally at a loss at how to accomplish anything non-trivial! For example... say I have a multi-part process starting with a form. In PHP or ASP I would probably make the form action submit to itself, validate the parameters, and in the event of successful validation, redirect to the next page in the process, and in the event of unsuccessful validation, show some errors on the page when redisplaying the form. How would this process be achieved with 0.8.9? Assume I'm happy to do the validation by hand in Python rather than trying to figure out validator objects. -- Ben Sizer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

