When I perform an RPC call to the backend (serverside), I see that my
object is populated
correctly. What I sent back is the object representation of an XML
file (with references to
elements within this file). So I sent back and object containing all
the information I need.
When the call is processed in Hosted Mode (client side) I get Stack
overflow at line :0.
When running this application FF or IE 6 I don't get the message.
The problem is that I need to test this part and debug it, but I
cannot.
Why does this error occur ?
I read some other postings but none of them provided a real answer.
I'm using the 1.3.3 GWT libraries.
Can somebody help me with this ?
Kind regards,
Rockster
-Xmx1024m to give the JVM more memory. Add this to the parameter list
in the MyProject-shell script, or to the 'VM arguments' box in the
eclipse run target.