I am making gwt application as following step: 1. Firstly i install gwt plugin in my eclipse(Helios). 2. now i am creating dynamic project. 3. now i am adding gwt plugin through goto to property page of the project, select google-webtoolkit, check "use GWT", then go to google-web application, the directory name to "web-content". 4.now i am creating gwt module in my project then create entry point class then html. 5.now i am creating a button in onModule method of entry point class.
and then i am running application in tomcat server just right click on project and select run as web application(run with tomcat server). As result of this I am getting a blank page on browser? There is no excption in server log. I am not able to debug where i am doing wrong? Please help me to sort out this problem. I am not using google web application because i was getting difficulty to create war file. As i solution of this I got the above process to develop GWT application. Thanks Rahul -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.