var vo:TileListVO = TileListVO(e.currentTarget.selectedItem);
Greetz Erik On 5/19/08, flexawesome <[EMAIL PROTECTED]> wrote: > > > Hi there, > > I was trying to figure out how to set my selected data to my VO object. > so I could get the data anywehere in my application ( using cairngorm > framework ). > > in the exaple code below, I would like to click the TileList and set > the data in my TileListVO. it drove me mad :( > > I got an error msg of > > TypeError: Error #1034: Type Coercion failed: cannot convert > mx.utils::[EMAIL PROTECTED] to TileListVO > > http://www.privatepaste.com/daxull81OV > > Thank you so much. > > >

