[flexcoders] design question: editing / saving complex value objects

2009-02-18 Thread Maciek Sakrejda
Suppose I have a class Calendar that mirrors a server-side class (we're not really working with Calendars, but I think this is a reasonably good and simple analogy): class Calendar { public var appointments:ArrayCollection; /* other stuff */ } Then I want users to be able to edit and save the Cal

Re: [flexcoders] design question: editing / saving complex value objects

2009-02-19 Thread Maciek Sakrejda
Anyone? I'm sure this sort of thing comes up pretty frequently--I'd be curious to know how other Flex users tackle it. -Maciek -Original Message- From: Maciek Sakrejda Reply-To: flexcoders@yahoogroups.com To: flexcoders Subject: [flexcoders] design question: editing / savi