I have been working on integrating GWT into a Liferay portlet and am
having one major problem.  When I drop the code on the page the screen
goes blank, in debugging this I have been able to determine the
problem through my access logs.  Even though the context of the
portlet is /GWTTest, it tries to load the javascript from /web/guest.
If I go to another url and come back to the portal the js is loading
from the right location.  I had read that using the cross-site linker
solved some of these problems, but I cannot see any difference between
the std linker and the xs and am unsure if it is even working.  If
someone could give me some pointers on how to go about solving this
problem, it would be helpful.

Thanks

<module>
<inherits name="com.google.gwt.core.Core" />
<add-linker name="xs"/>
<inherits name='com.google.gwt.user.User'/>
<entry-point class='com.*.portal.client.GWTTest'/>
<servlet path="/GWTTestService"
class="com.*.portal.server.GWTTestServiceImpl"/>
</module>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to