RE: [flexcoders] VO problem

2005-06-01 Thread Peter Farland
Subject: Re: [flexcoders] VO problem Hi Peter, thanks a lot for your answer! I wasn't awar of the fact, that FLEX needs the getter/setter methods. I thought I've seen that FLEX serializes all variables of a java VO, despite if they are public or private. So I didn't implement the getter/setter

RE: [flexcoders] VO problem

2005-05-31 Thread Peter Farland
function OgoAccountTestVO() { } } -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph Guse Sent: Tuesday, May 31, 2005 11:32 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] VO problem Hello List, I still need help

[flexcoders] VO problem

2005-05-27 Thread Christoph Guse
Hi List, I have some problems with my ValueObjects. First I give you my system configuration: SuSE Linux 9.2 Tomcat 5.5.7 Flex 1.5 Eclipse 3 Java 1.5 In my application I have Java Value Objects on the server side and I mapped them to my ActionScript 2.0 with Object.registerClass(). My problem