As Pedro says - my guess would be that you are passing a DetailData object from one module to the other when you haven't loaded the modules in the same ApplicationDomain (or from one compiled .swf to another, if you're not using modules).
Take a look at the documentation for ApplicationDomain. HTH, Ian On Thu, Apr 30, 2009 at 6:18 PM, Pedro Sena <[email protected]> wrote: > > > Are you using modules? > > On Thu, Apr 30, 2009 at 2:17 PM, valdhor <[email protected]> > wrote: >> >> >> Hmmm. Looks like I misspoke. now I get... >> >> Type coercion failed. Cannot convert >> Model.ValueObjects::detaild...@11c0a941 to Model.ValueObjects.DetailData. >> >> What is the difference between a >> >> Model.ValueObjects::DetailData >> >> and a >> >> Model.ValueObjects.DetailData >>

