Re: [flexcoders] Re: VO Issues

2009-05-26 Thread Tom Chiverton
On Wednesday 20 May 2009, Jake Churchill wrote: Struct[__TYPE__] = com.rottmanj.model.vo.CompanyVO; Though note this doesn't handle booleans quite right. You need to JavaCast() them. -- Helping to revolutionarily facilitate unique technologies as part of the IT team of the year, '09 and '08

RE: [flexcoders] Re: VO Issues

2009-05-20 Thread Jake Churchill
If you are using ColdFusion for your server, you can return a typed structure rather than registering the object mappings. Like this: Struct[__TYPE__] = com.rottmanj.model.vo.CompanyVO; Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com