Hi, I'm really new to GWT (and front-end in general) and am trying to integrate a GWT page into an existing application done in JSP & Struts 1. I have tried searching around but have not been able to find much info about what I want to do. Basically, I want to load my GWT application/page into a frame instead of filling up the whole browser window. The current application has a menu tree frame on the left hand side (menu.jsp) that loads contents into the frame on the right. I tried creating an action that forwards to my GWT entrypoint html using the following:
<div class="leaf"><html:link action="/myAction.action">Link to my GWT</ html:link></div> Clicking on the link shows a blank page, but when I look at the page source, I do see the entrypoint html code there. Perhaps this is not the right direction. It is not possible to completely rewrite the existing application in GWT at this point, so I need to find a way to do this. Any help is greatly appreciated! Thanks! PN -- 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.
