[flexcoders] Web browser crashing on remote method call

2005-06-13 Thread Kevin Ewok
I've searched previous postings and I cannot find the solution to this problem for the life of me. I am making a remote method call which retrieves an array of JavaObjects. Within each JavaObject, i have 5 string attributes, and 1 attribute that is an array of custom Java Objects. I have

RE: [flexcoders] Web browser crashing on remote method call

2005-06-13 Thread Peter Farland
It sounds like you might be in an infinite loop somewhere on the client... a common way to get into such a loop is when processing object graphs with circular references. From your MXML code listing below (i.e. it shows direct binding of the RO result as a data provider) I don't see that you're