When making the following ajax call:
new Ajax.Updater( 'result', url, {method: 'post', parameters:
$('myform').serialize(), onSuccess: fill_in, onFailure: ajax_err, on0:
ajax_err});
I was wondering why my listbox contents were not showing up on the server...
stepping through the Ajax.Updater call in prototype I found parameters was
set/serialized as follows:

parameters 
"status=insert&record=&userid=2&police=0&injury=0&damage=0&occured=07%2F02%2F2011&message_text=woo%20hoo&countdown=1017&lat=&lon=&fixed=2020%20NE%2056th%20St.%2C%20Ft.%20Lauderdale%2C%20FL%2033308"
String

At the end, where "String" is dangling like a participle, should be the name
of a listbox and the single option in the listbox.

Would someone kindly tell me what I have to do to get a listbox to
serialize?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.

Reply via email to