[flexcoders] Re: Cairngorm AMFPHP Problem

2008-10-10 Thread creativepragmatic
I removed all arguments in the constructor and it worked! Thank you 'actionscript_czar'. I appreciate your help and I hope others benefit from it. Orville > Can you either get rid of the arguments in the constructor or set > defaults ( probably to empty strings )? > > --- In flexcoders@yahoo

[flexcoders] Re: Cairngorm AMFPHP Problem

2008-10-09 Thread actionscript_czar
Can you either get rid of the arguments in the constructor or set defaults ( probably to empty strings )? --- In flexcoders@yahoogroups.com, "creativepragmatic" <[EMAIL PROTECTED]> wrote: > > It does. Here is the class. > > [RemoteClass(alias="com.xtremesecurity.security.vo.UserVO")] >

[flexcoders] Re: Cairngorm AMFPHP Problem

2008-10-09 Thread creativepragmatic
It does. Here is the class. [RemoteClass(alias="com.xtremesecurity.security.vo.UserVO")] [Bindable] public class UserVO implements ValueObject { public var id:int; public var email:String; public var username:String;

[flexcoders] Re: Cairngorm AMFPHP Problem

2008-10-09 Thread actionscript_czar
Does the UserVO constructor require arguments? If it does can you set defaults? --- In flexcoders@yahoogroups.com, "creativepragmatic" <[EMAIL PROTECTED]> wrote: > > Hello, > > I am trying to convert an existing Flex/AMFPHP app to Cairngorm but am > having trouble returning value objects fro