Martin Ostrovsky wrote:
I am having troubles with WebKit not refreshing values in checkboxes and drop downs that are drawn from a DB. The changes are only reflected once I restart WebKit. Any reasons why ?

This is probably weirdness in the browser, though you can check the source to make sure. If the source is wrong, then it's probably because of a bug in your code, e.g., a value you are caching in the servlet that doesn't get properly reset in awake() (like you set it in __init__?)


If it's the browser, I sometimes force a real refresh by putting some random number in a variable in the URL, e.g., somepage?z=10394.

Ian


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to