Hai All,

I am facing problem to run my gwt application. I am using gwt-1.5.3
version in Eclipse.

When i create sample application it is generating html as

<html>
        <head>

                <!--                                           -->
                <!-- Any title is fine                         -->
                <!--                                           -->
                <title>Wrapper HTML for ImageViewer</title>

                <!--                                           -->
                <!-- The module reference below is the link    -->
                <!-- between html and your Web Toolkit module  -->
                <!--                                           -->
                <meta name='gwt:module' 
content='com.mycompany.project.ImageViewer'/
>

                <!--                                           -->
                <!-- Link CSS file                             -->
                <!--                                           -->
                <link type="text/css" rel='stylesheet' href='ImageViewer.css'/>


        </head>

        <!--                                           -->
        <!-- The body can have arbitrary html, or      -->
        <!-- we leave the body empty because we want   -->
        <!-- to create a completely dynamic ui         -->
        <!--                                           -->
        <body>

                <!--                                            -->
                <!-- This script is required bootstrap stuff.   -->
                <!-- You can put it in the HEAD, but startup    -->
                <!-- is slightly faster if you include it here. -->
                <!--                                            -->
                <script language="javascript" src="gwt.js"></script>

                <!-- OPTIONAL: include this if you want history support -->
                <iframe id="__gwt_historyFrame" 
style="width:0;height:0;border:0"></
iframe>

        </body>
</html>


when i run this project it is not working.

what  i observed in .html is there no nocache.js . i think it may be
problem.

Please give me suggestion to resolve this.

Thanks

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