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

2005-06-13 Thread Peter Farland
? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Ewok Sent: Monday, June 13, 2005 11:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web browser crashing on remote method call Pete- Thanks for your help...I've finally identified

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

2005-06-13 Thread Peter Farland
: [flexcoders] Re: Web browser crashing on remote method call Pete- Thanks for your help...I've finally identified the problem (but still not the solution). Although I did have a reference of my siblingPojo back to my MainPojo, commenting out that code did not solve the problem. However, my

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

2005-06-13 Thread Peter Farland
@yahoogroups.com Subject: [flexcoders] Re: Web browser crashing on remote method call The 2 constructors for my MainPojo and SiblingPojo (for the Java classes and AS classes) both had only a single empty constructor like below. Again, thanks for your help. AS--- public function SiblingPojo(){} Java