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 -~----------~----~----~----~------~----~------~--~---

