Hey Justin, irrelative a écrit : > I'm surprised there isn't a deserialize or unserialize function in > prototype -- anyone know why this isn't here? How hard would it be to > get something like this this into prototype? This is the code that > I'm using (use at your own risk).
Well, Prototype trunk features Form.Element.setValue, based on the new two-way F.E.Serializers. It's not a perfect fit for deserialization yet, as it's ID-oriented, not name-oriented, but it should help. -- Christophe Porteneuve a.k.a. TDD "[They] did not know it was impossible, so they did it." --Mark Twain Email: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
