I'm trying to use the CRUD templates, and am running into a bit of a thorny issue with validation.
My system is SQLAlchemy with TG 1.0.4.4 CRUDTemplate information: http://docs.turbogears.org/1.0/CRUDTemplate I'm just wondering if anyone else is using this - my issue has to do with saving an existing record after a validation error. It incorrectly tries to do the wrong "save" routine. I know I could eventually sort this out - but I was hoping to save some time with initial startup by going the CRUDtemplate route... Perhaps it would have been easier to stick with SQLObject. I'd be happy to provide more information and paste code if you'd like. -Laurin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

