On 8/4/06, Artem Marchenko <[EMAIL PROTECTED]> wrote: > > Pretty much every TurboGears application provides the end user with the > convenient way of modifying the underlying model. The automatic > database generation from a Python model is a powerful tool that allows > for the rapid start of the project without having to hassle with the DB > details until it is really needed. Sure, most of non-trivial projects > require attention of a DB expert, but it is really needed in the > optimization cycles only. > > What about the similar approach for the view component?
Actually, I'd settle for the ability to generate a form validator from a column definition. Having to specify the data type and range both in the model and in the controller's validator violates DRY, and unless I'm missing something, there's no bridge between SQLObject's validators and TG's. -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

