Gary, >I.e. I would like to "create" a form instance, modify a few bits >(perhaps) then send it to the template for display together with the >values as per now. > > The TG way to do this is to create a static form instance. Then, in the controller create a params dict with your specific options. Pass both the form and the params to the template. In the template do something like $form(params=params)
With this approach, TG widgets should be just as flexible as the alternatives you mentioned. I'll avoid getting into a debate about which approach is better :-) Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

