Hi All, This is my quick hack that fixes that issue; http://yourserver/yourPath?yourCgiParams=yourValues&request=1 http://yourserver/yourPath?yourCgiParams=yourValues&request=2 http://yourserver/yourPath?yourCgiParams=yourValues&request=3 exc
Also note this can be applied to html and property files (or any files) http://yourserver/funky.html&request=1 http://yourserver/drummer.properties&request=2 I have been using a static int counter to accomplish this trick. I think GWT should add some caching options to its http api, because this is quite hoaky. Cheers, Scott On Aug 31, 3:03 pm, Jamie <[email protected]> wrote: > You might have a bit of debugging in your future... > > Is there anything different about the last request? Check this with > eg., TamperData, FireBug console, or server logging. > Is it handled properly? > Perhaps you have some sort of referencing issue within the handler, > that is not allowing all the previous callbacks to be freed? > > Jamie. > ----------------------- > Search for analog and digital television broadcast antennas in your > area:http://www.antennamap.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
