Re: [flexcoders] DTOs & methods?

2008-09-10 Thread Sefi Ninio
nninas* >> *RIA Developer Team Lead* >> *Optimal Payments Inc.* >> >> >> -- >> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On >> Behalf Of *nwebb >> *Sent:* Tuesday, September 09, 2008 5:46 AM >> *

Re: [flexcoders] DTOs & methods?

2008-09-09 Thread nwebb
t; *Optimal Payments Inc.* > > > -- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *nwebb > *Sent:* Tuesday, September 09, 2008 5:46 AM > *To:* flexcoders > *Subject:* [flexcoders] DTOs & methods? > > Hi, I have a Data

Re: [flexcoders] DTOs & methods?

2008-09-09 Thread nwebb
Thanks - the docs make it sound like it is for properties only though. Any ideas? Also, do you know whether this tag works with AMFPHP? On Tue, Sep 9, 2008 at 2:13 PM, Douglas Knudsen <[EMAIL PROTECTED]>wrote: > You can use the [Transient] metadata on members of your AS object that > need not m

RE: [flexcoders] DTOs & methods?

2008-09-09 Thread Dimitrios Gianninas
: Tuesday, September 09, 2008 5:46 AM To: flexcoders Subject: [flexcoders] DTOs & methods? Hi, I have a Data Transfer Object which I use to encapsulate values from a search-filter in my application - i.e. the user can filter search-results by project, employee, month, year etc. I am using remoting

Re: [flexcoders] DTOs & methods?

2008-09-09 Thread Douglas Knudsen
You can use the [Transient] metadata on members of your AS object that need not map back to the serevr side of the world. here's to a attempt to link to livedocs http://livedocs.adobe.com/flex/3/html/metadata_3.html#172007 DK On Tue, Sep 9, 2008 at 5:45 AM, nwebb <[EMAIL PROTECTED]> wrote:

[flexcoders] DTOs & methods?

2008-09-09 Thread nwebb
Hi, I have a Data Transfer Object which I use to encapsulate values from a search-filter in my application - i.e. the user can filter search-results by project, employee, month, year etc. I am using remoting and passing this as a typed object to ColdFusion. *The short version of my question*: I wa