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

Re: RES: [flexcoders] value object binding problem

2008-05-08 Thread ibo
} - De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de ibo Enviada em: quinta-feira, 8 de maio de 2008 14:51 Para: flexcoders@yahoogroups.com Assunto: [flexcoders] value object binding problem I have this VO binding from java to as3

RES: [flexcoders] value object binding problem

2008-05-08 Thread Luciano Manerich Junior
[ArrayElementType("package.ClassD")] public var attribute3:ArrayCollection; } De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de ibo Enviada em: quinta-feira, 8 de maio de 2008 14:51 Para: flexcoders@yahoogroups.com Assunto: [

[flexcoders] value object binding problem

2008-05-08 Thread ibo
I have this VO binding from java to as3: JAVA / JDK6 - LookupStuff.java public class LookupStuff { private List attributeA; private List attributeB; private Map> attribute1; private Map> attribute2; private Map> attribute3; ...setter/getters