got an error near the end of the struts2-gwt tutorial:
SEVERE: Servlet.service() for
servlet default threw exception
java.lang.ClassNotFoundException: com.google.gwt.user.server.rpc.RemoteServiceServlet
Any thoughts? The tutorial sais not implementinng RemoteServiceServlet for server but make the struts 2 package extend "gwt-default" and use this action:
while not implementing an execute() method either on the POJO representing the action. Also it needs moving the compile GWT into WebContent and the ideea is running w/o the GWT embedded
Tomcat server (as far the tutorial goes). I'm stuck with it there though.