Re: The GWT Plugin

2010-01-21 Thread Michael Finney
Hi. I have a struts 2 application. I followed the directions at http://cwiki.apache.org/S2PLUGINS/gwt-plugin.html I do not see my Struts2FillGwt class's onModuleLoad method getting called when I go to http://localhost:8092/struts2Fill/Gwtandstruts2.html It's not dynamically populating my It

RE: The GWT Plugin

2009-12-17 Thread Martin Gainty
the endpoints would have the same class attribute from the action tag e.g. MyServiceAsync service = (MyServiceAsync) GWT.create(MyService.class); ServiceDefTarget endpoint = (ServiceDefTarget) service; endpoint.setServiceEntryPoint("Hello.action"); http://cwiki.apache.org/S2PLUGINS/gwt-plugin.ht