On Sep 4, 2006, at 3:22 AM, Timur Izhbulatov wrote: > I'm porting my existing project to TG. The project uses Cheetah for > dynamic form > generation. For instance, my template is responsible for rendering > required > fields with an asterisk, plus some JavaScript checks. > > On this evidence I would like to use > formencode.htmlfill_schemabuilder to > generate embedded validation schema (it's very simple) along with > the form > itself (like in Subway). But I couldn't find any way to do this > straight away.
You could try implementing your own template engine (it's a pretty simple interface) which does the Cheetah+schemabuilder work for you. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

