As mentioned in our posts within this thread there is absolutely no benefit in introducing struts as part of your app.
Struts does not help in anyway with with gwt rpc calls back to the server. Gwtrpc is psuedo binary so all the form bindings, valudations and page forwarding etc are not needed because your service call is not working with pages but invoking methods. If you need to call existing "actions" consider exposing the service underneath as a proper gwtrpc service method and invoke that. In short keep away from struts if your gwt land it's an antiquated useless framework that does nothing in this modern world with tomorrows rich web app when one uses gwt . --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
