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 <*> 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/

