How are you loading the options in the widget's select field ? At widget instantiation or by passing them in at display time ?
-Ian On 2/25/07, schnuer.com <[EMAIL PROTECTED]> wrote: > > Hi, > I'm using widgets. I guess if i did it by hand it would work since when i > output the same information with a py:if as just text in the template it > shows up as it should. > > Fabian > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Ian Wilson > Sent: 26 February 2007 00:19 > To: [email protected] > Subject: [TurboGears] Re: Select Field entries not updating? Are they being > cached? > > > How are you putting the options into the select fields? Are you using > widgets or just doing it by hand ? > > -Ian > > On 2/25/07, schnuer.com <[EMAIL PROTECTED]> wrote: > > > > Hi, > > In my project i have several cases where on for example controller A i > > can add items to the database that are then going to be possible > > options in a select or multiple select field in controller B. > > > > Now when i add something new it works fine, in the database the things > > turn up and when looping over them to write them into a template as > > html everything shows up. But when i then navigate over to controller > > B the new items don't show up in the (multiple) select field until i > > restart turbogears. > > > > when i hit controller B with another browser however it is being > > updated. So somehow i guess the browser must cache these lists (IE and > > firefox both show this behaviour). Both controller A and B are secure > > resources so a session is maintained. Might that be the reason or is > > it something completely different? Most importantly however, how do i get > around this? > > > > Thank you, > > Fabian > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

