Hi Christoph,

Thanks for your post. I already read them a while ago, but reading
them again I got a new idea. Instead of creating the forms inside the
controllers I have now created a dictionary and some helper functions
outside the controllers that create the forms for me. This way I can
reuse the forms across controllers.

Dolf.


On Feb 25, 12:05 pm, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> SmokeyD schrieb:
>
> > I am struggling with the following:
> > I have created controllers for each data object in my app.
> > Each controller contains a show() method, and a list() method (among
> > others).
> > I would like to include the form generated by the list() method of
> > some controllers in the show() method of other controllers according
> > to the data relations.
>
> This is exactly the kind of thing that TG widgets make easy.
>
> http://docs.turbogears.org/1.0/IntroductionToWidgetshttp://docs.turbogears.org/1.0/SimpleWidgetForm
>
> -- Christoph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to