Re: [flexcoders] Re: Value Object inside Value Object?

2006-10-23 Thread Thomas Rühl -akitogo-
you're welcome :D Dan wrote: Oh, thanks. It is really that simple. Dan --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Thomas R?t;[EMAIL PROTECTED] wrote: Hi, yeah, sure... why not...? In your first VO: public var aString : String; public

[flexcoders] Re: Value Object inside Value Object?

2006-10-22 Thread Dan
Oh, thanks. It is really that simple. Dan --- In flexcoders@yahoogroups.com, Thomas R?t;[EMAIL PROTECTED] wrote: Hi, yeah, sure... why not...? In your first VO: public var aString : String; public var anotherVO : anotherVO; In your second VO: public var anotherString : String; To