I am new to GWT. I have a existing Web application which is using Struts 2. I am considering to use GWT on some of the Web pages in this web application.
I took a look at the Struts GWT Plugin. It looks good. But it only covers how to use asynchronous call to the Struts action on the server side and how to process the data returned from the action in GWT. The Web page is still controlled by the same GWT module. However, in some cases I just want to use the GWT as a Web UI, but do not want the Ajax (asynchronous call) part. For example, I want to use GWT to build a form and do client side verification, after the user click the "submit" button, instead of sending an asynchronous call to the server, I want it acting as a regular form post, which posts the data to the Struts 2 action on the server side and let the server redirect the Web page based on the result of the action. It can be a plain Jsp file or another Jsp file which has GWT in it. Can someone help me on this? Thanks in advance, Frank --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
