You don't need to use the registerObject(). That is for Java back-ends. Rob Rusher
RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of im_sean_s Sent: Wednesday, January 25, 2006 7:25 PM To: [email protected] Subject: [flexcoders] Re: Flash Remoting with Registered Objects Sorry, I should have mentioned that I'm using Flex 1.5 with a ColdFusion 7 back-end. --- In [email protected], "im_sean_s" <[EMAIL PROTECTED]> wrote: > > Hello all! I was wondering if someone could give me a hand. I am > currently working on a Flex application that takes the user through a > multi-step form. Since completing the form requires some thought and > planning, I am using a sharedObject to store the data from each step. > In order to accomplish this, I have to register my classes using > Object.registerObject(). All of this works fine, however when I > attempt to submit all the form data, using Flash Remoting, I get an > error stating that the data type cannot be converted. The object was > submitting fine when I was sending an unregistered class, but now it > does not work. Any insight you can provide would be greatly appreciated. > > Thank you, > Sean > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

