Could this be because TG2 controllers are instantiated once per request? Also, could the new lookup functionality of the TG controllers replace the need for this setattr trick?
--Mark Ramm On 7/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > At this time two things block the toolbox app development: > > 1. object dispatch doesn't dispatch objects which is set through > setattr() method. > > ex: > > which works:: > > info = Info() > > which not work:: > > setattr(self, info, Info() ) > > it will fail in display. > > > 2. ToscaWidget integration > http://trac.turbogears.org/ticket/1426 > > Any quick instruction will be appreciated, widgets make me lazy to > coding plain forms :) > > -- > Fred > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
