RE: [flexcoders] Re: ValueObjects?

2005-07-24 Thread Matt Chotin
.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Sunday, July 24, 2005 7:12 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: ValueObjects?   Hrm... doing that doesn't work, inside the constructor, or during initializ

Re: [flexcoders] Re: ValueObjects?

2005-07-24 Thread JesterXL
Sunday, July 24, 2005 9:43 AM Subject: Re: [flexcoders] Re: ValueObjects? OpenAMF you are supposed to configure this in your openamf config xml file, and as you said, inside your Flash. With Flex since I don't have a config file I just do the ActionScript part only? - Original Me

Re: [flexcoders] Re: ValueObjects?

2005-07-24 Thread JesterXL
Sent: Saturday, July 23, 2005 11:32 PM Subject: [flexcoders] Re: ValueObjects? Hey Jesse, I don't think I understand your problem :p Why can't you just use Object.registerClass("com.myPackage.myVO", "com.myPackage.myVO"); in the constructor of your value object?

[flexcoders] Re: ValueObjects?

2005-07-23 Thread Andrew Spaulding
Hey Jesse, I don't think I understand your problem :p Why can't you just use Object.registerClass("com.myPackage.myVO", "com.myPackage.myVO"); in the constructor of your value object? This should work fine with openAMF. Can you please explain your problem again, I don't understand what is wrong