RES: [flexcoders] value object binding problem

2008-05-08 Thread Luciano Manerich Junior
You MUST import the classes used into the ArrayCollection. Or, you may use the ArrayElementType, for the auto-import at the compiler time. public class LookupData { [ArrayElementType("package.ClassA")] public var attributeA:ArrayCollection; [ArrayElementType("pack

Re: RES: [flexcoders] value object binding problem

2008-05-08 Thread ibo
Luciano, Thanks it worked for List but not for Map>. How do we convert this map to AS3? Luciano Manerich Junior <[EMAIL PROTECTED]> wrote: You MUST import the classes used into the ArrayCollection. Or, you may use the ArrayElementType, for the auto-import at

RES: RES: [flexcoders] value object binding problem

2008-05-08 Thread Luciano Manerich Junior
AIL PROTECTED] Em nome de ibo Enviada em: quinta-feira, 8 de maio de 2008 17:03 Para: flexcoders@yahoogroups.com Assunto: Re: RES: [flexcoders] value object binding problem Luciano, Thanks it worked for List but not for Map>. How do we convert this map to AS3? Luciano Manerich Junior <[EM