I am experiencing a problem, that after I deploy updates to my app,
that it does not execute in the browser until I force a clear in the
browser's cache.

I am using GWT 1.5.3

thanks
Martin

This is the HTML: should I be using additional pragma directives?

The DIV "statusPanel" is used initially to show the loading status of
the application

<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
charset=UTF-8">
        <link rel="stylesheet" HREF="styles/parrot.css" TYPE="text/css">
       <title>Parrot</title>
       <script type="text/javascript" language="javascript"
src="com.parrot.nocache.js"></script>
  </head>
  <body>
        <div id="statusPanel" style="position:absolute; left:1px; top:1px"></
div>
        <div id="contentPanel" style="position:absolute; left:1px; top:1px"></
div>

        <!-- OPTIONAL: include this if you want history support -->
        <iframe src="javascript:''" id="__gwt_historyFrame"
tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></
iframe>

  </body>
</html>

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

Reply via email to