search for: bio_form

Displaying 1 result from an estimated 1 matches for "bio_form".

Did you mean: aio_fork
2007 Apr 10
0
Form.serialize(this) returning empty string in onSubmit, Ajax.Update context, works in Firebug watch
This page is ripped from a real application, but its been simplified for debugging, turning off authentication and hiding Secret SauceĀ®. So if you try Form.serialize(''bio_form'') in Firebug you''ll get a url-encoded string back. The parameters to the Ajax.Updater() call a wrapper around Form.serialize which should present an alert with the url-encoded string. It comes up empty. Furthermore, if you use the watch window in the context of the Updater cons...