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...