How to include JSP in GWT Project

2012-10-17 Thread venu
Hi, I am new to GWT and i want to include JSP file in GWT application. When i create and do the run/debug i am able to hit the JSP but gwt.xml file is not getting invoked. Could anybody help me to invoke gwt.xml file? Thanks, -- You received this message because you are subscribed to the

Re: How to include JSP in GWT Project

2012-10-17 Thread Jens
Does your JSP file contain a script tag that points to /moduleName/moduleName.nocache.js ? See: https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects#DevGuideHostPage -- J. Am Mittwoch, 17. Oktober 2012 07:56:35 UTC+2 schrieb venu: Hi, I am new to GWT and i want to