Closed GoogleCodeExporter closed 9 years ago
Original comment by sandy...@gmail.com
on 15 Apr 2007 at 1:15
I'm a little skeptical there is anything I can do to make this work. The GWT
module
entry point gets special treatment and I've seen other (non-GWTx) issues come
up with
EntryPoints.
Also, the EntryPoint also implementing Serializable is a bit questionable use.
Serializable from GWTx doesn't do anything for GWT, it's not supported for RPC,
so
just make your EntryPoint not implement anything else. You may be trying to do
too
many things with one class.
I'll look into it anywqy.
Original comment by sandy...@gmail.com
on 15 Apr 2007 at 1:43
Works for me for all browsers I have available for me. Tried both GWT 1.3.3 and
the
0.0.858 preview build. Did you include the right inherits in your gwt.xml file?
Specifically:
<inherits name="com.googlecode.gwtx.Java"/>
Original comment by sandy...@gmail.com
on 15 Apr 2007 at 1:59
Original issue reported on code.google.com by
t...@deadlyninja.com
on 14 Apr 2007 at 11:13