Hi,
Newbie to GWT here.
When running the Set up Eclipse tutorial, I notice that I have to do a
GWT Recompile before I can see changes.
In other words this part of the tutorial is'nt working right for me.
--------------------------------------
Look inside the MyWebApp.java file in the client package. Line 40
constructs the send button.
final Button sendButton = new Button("Send");
Change the text from "Send" to "Send to Server".
final Button sendButton = new Button("Send to Server");
Now, save the file and simply click "Refresh" back in your browser to
see your change. The button should now say "Send to Server" instead of
"Send".
---------------------------------------
I must be missing something. Any assistance would be appreciated.
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.