You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Trying to create my first webapp with GWT.
I was able to write up some client side java code. But this did not get refelected on the .html file.inside the war file. Can some one guide me through what I might be doing wrong.
Thanks
John
Kanagaraj M
unread,
May 14, 2012, 12:05:16 AM5/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
The code which you have written in Java will not be reflected in ModuleName.html file directly.
Instead you will have .js file which contains the JS/HTML code corresponding to your java code.