On Jan 27, 7:18 am, "Les" <[EMAIL PROTECTED]> wrote:
> See the example below:
>
> I guess Prototype doesn't like that the form "driving_directions" has
> two inputs with the same name, which is valid HTML.
>
> The second form is correctly serialized.

form.serialize() doesn't work at all in Safari.  Attempting the example
at:

<URL: http://prototypejs.org/api/form/serialize >

gives:

Value undefined (result of expression Form.Element.Serializers[method])
is not object.
http://prototypejs.org/javascripts/prototype.js  Line: 1872

Which is:

    var parameter = Form.Element.Serializers[method](element);


-- 
Rob


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to