using GWT 2.0.3 and Eclipse 3.4.1 and JDK/JRE 1.6; GWT 2.0 worked
excellent for over 150+ successful tests, then started to receive GWT
code server disconnected. I setup Eclipse run configuration
Environment variable to gwt.codesvr=localhost:9997; still not
connecting.
then I started Debug & found GWT ModuleSpace.onLoad entryPoints.length
is > 0; and then in the try/finally/catch, the catch throws msg="A
widget that has an existing parent widget may not be added to the
detach list", and eventually the msg=Unable to load module entry point
class org.test2.client.ddmsservice
I have RootPanel.add different panels to each of the ID tags in html
below:
<table width="100%" border="1" cellpadding="2" style="background-
color: white">
<tr>
<td id="header" colspan="2"></td>
</tr>
<tr>
<td id="menu_frame" rowspan="3"> </td>
<td id="main_content_key"> </td>
</tr>
<tr>
<td id="main_content"> </td>
</tr>
<tr>
<td id="footer"> </td>
</tr>
<tr>
<td id="credits" colspan="2"> </td>
</tr>
</table>
--
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.