flexcoders  

RE: [flexcoders] Type Cast Error

Alex Harui
Wed, 30 Jul 2008 13:13:10 -0700

It is picking up the class from a different application domain.  See the
modules presentation on my blog.

 

________________________________

From: flexcoders@yahoogroups.com [EMAIL PROTECTED] On
Behalf Of donald_d_hook
Sent: Wednesday, July 30, 2008 10:22 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Type Cast Error

 

I receive a type cast error when I try to cast an object I received
from the server (an arraycollection of value objects). I get the
following: 

TypeError: Error #1034: Type Coercion failed: cannot convert
com.spinnaker.model::[EMAIL PROTECTED] to com.spinnaker.model.StockVO

The actionscript object has the correct remoteClass. On top of that,
this only happens the 2nd time into the page. Not sure what is
happening behind the scenes, nor do I know what the @3b392b81 is.

Thanks in advance