On Thu, Jan 8, 2009 at 5:48 PM, Lehtonen, Mika <[email protected]> wrote: > Solved. > > I added params: {random: Math.random()} to my request and now my > application works also in IE7. Some caching problem? Known issue?
Definitely a caching issue. If your server script supports POST, you could change the request method from GET to POST instead of adding a random parameter. Regards, Andreas. -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
