Hi,
I used GWT with Eclipse, and now with Netbeans 6.7.1 with GWT4NB (I
usually much prefer Netbeans).

I change my Html code from :

 <body>
        <script language="javascript" src="org.gwtimport.Main/
org.gwtimport.Main.nocache.js"></script>
</body>

to :
 <body>
        <div id="bob">Blablabla</div>
        <script language="javascript" src="org.gwtimport.Main/
org.gwtimport.Main.nocache.js"></script>
</body>


In Web mode, it works. In hosted mode, the 'Blablabla' never apperas.
Everything was ok with the Eclipse, but at every change, the
datanucleus stuff was working.

I've seen nothing useful in the GWT4NB forums, so it's maybe not a
problem related to the plug-in - maybe it how I use GWT.

Thanks for your help,
Nicolas

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