Thursday, June 6, 2013

can't launch via servlet

Hi,

i'm not a beginner but i can't solve this problem :

I have a jsp which include my gwt script :
        <meta name='gwt:module' content='org.yournamehere.Main=org.yournamehere.Main'>
        <title>JSP Page</title>
        <script type="text/javascript"  src="org.yournamehere.Main/org.yournamehere.Main.nocache.js"></script>


When i launch the jsp via a <welcome-file>myjsp.jsp</welcome-file> in web.xml it's OK : 


But when i declare a servlet in web.xml to launch the jsp, the jsp is launched but the gwt part is empty.

Could you help me? I google my issue and doesn't find anything...

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment