Hi I have a jumplist which I need to update the list of options. However If I try to atribute to it:
jumpList.options = [...] I get a ValueError : ValueError: It is not threadsafe to modify widgets in a request Since in TG all the action happens during requests, how am I suppose to update this widget in a threadsafe way? thanks, Flávio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

