You seem to be having a caching problem: reloading the page should be made to revalidate the page (*.html and *.nocache.js) freshness to the server, so that the "under construction" (you're using a 503 Temporarily Unavailable, right?) page and then the new version are correctly loaded back from the server rather than the cache. In other words, your *.html and *.nocache.js should be served with, at a minimum, "Cache-Control: must-revalidate".
I guess you already have the IncompatibleRemoteServiceException and StatusCodeException right in you AsyncCallback-s. -- 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.
