I have a GWT front end app or rather a page deployed with struts framework.
The page looks like:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
style="position:absolute;width:0;height:0;border:0"></iframe>
<script type="text/javascript" language="javascript"
src="/zzzzzzzzzz/gwt/xyz.nocache.js"></script>
<table align="center" width="95%">
<tr>
<td id="mainPanel"></td>
</tr>
</table>
For the first time I am trying to launch this in devmode and get the
following exception:
GWT Failed to load module from user agent 'Mozilla/5.0 (Windows; U; Windows
NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13'
in the bottom of the stacktrace...
can somebody please help me understand what the problem is?
I am able to launch the page in NON-devmode.
thanks
--
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.