Hi, I was able to put my client code stuff of my gwt-app into my existing Struts 1.2.x . So far so good, but now I am stuck on the integration of my rpc-services into my struts app. I created a jar file of the server class files and put it into my struts app also i configured the servlet in the web.xml. I can call the configured url pattern of the servlet and it will not produce an error in the logs so i guess its valid configured. My problem is that my gwt client area of the struts app does not use the rpc's, normally it should load user properties from the database....Did I miss an additionally configuration which is necessary so that the gwt stuff works together?
Hope somebody can help me! Best Regards -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
