if you want c.w back for any reason add it in lib.base. from toscawidgets.api import WidgetBunch
Then inside the controller's __call__ method add: pylons.c.w = WidgetBunch() On Sun, Jul 6, 2008 at 2:08 PM, iGL <[EMAIL PROTECTED]> wrote: > > Hi Sanjiv, > > > > The WidgetBunch is no more required and the widget may be directly > > stuck to the tmpl_context. So all pylons.c.w becomes pylons.c, i.e. > > > > pylons.c.form = create_movie_form > > > That's fine but what is recommended to do with the dbsprockets- > generated cruds? There's still pylons.c.w that is set to empty > string... > > Greetings, > Giorgi > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
