Hi , I am trying to integrate instant messenger gwtapp with portlet from the link http://vinaytechs.blogspot.com/2009/09/tutorial-writing-instant-messenger.html I have got the source code from ryan dews book which works fine in my local intellij as well as tomcat webapps. I am able to use instant messaging without any issues in local env and tomcat web app but not as portlet. I am using Vignette application portal and GWT 2.0.4 with tomcat When I deploy into portlet, RootPanel(EntryPoint class) doesn't get invoked. Here is the code that should be called RootPanel.get("messengerView").add( messengerService.getView() ); It seems that this issue is related to javascript nocache.js . This file is being sourced in html/jsp but it seems there may be path problem. It seems that messenger service is never called from the javascript. I have put some messages in the messenger service but it doesn't display.
Thanks Mohammed Ahmed -- 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.
