At 08:04 AM 10/13/2010, you wrote:
... I'm new to this. I'm trying to create a simple GWT component with
Eclipse 3.5 plugin in the following way:

1. I create a new Module (new > other > ...). All it does for me is
generate a MyPage.gwt.xml in com.myApp package.

2. I create a MyPage.java class in com.myApp.client and I have it
extend EntryPoint.

3. I created a MyPage.html and MyPage.css in the war directory.

4. I went to web.xml and specified MyPage as the welcome-file.

Now I run the application and go to the appropriate address,
http://127.0.0.1:8888/MyPage.html?gwt.codesvr=127.0.0.1:9997, and I
get the page, MyPage.html, but all it has in the static information on
it. It doesn't call the MyPage.java, and doesn't do anything with it.
I know this for sure because I put a simple System.out line in
onModuleLoad() and it's not called.

try just making a new "web application project" and it should make a working project using the greeting service.

thanks

---
co-chair http://ocjug.org/

--
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-tool...@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.

Reply via email to