Displaying 1 result from an estimated 1 matches for "contact_1_div".
2006 Jun 23
3
form_remote_tag is not passing form params
...ether this is because I have multiple (one per database row) forms to
update the fields for multiple objects or not.
Rendered HTML Code from my view:
<form action="/contacts/ajax_list_update/1" method="post" name="form1"
onsubmit="new Ajax.Updater(''contact_1_div'',
''/contacts/ajax_list_update/1'', {asynchronous:true, evalScripts:true,
parameters:Form.serialize(this)}); return false;">
<input type="text" name="test" value="2222" />
<input id="contact1_first_name" name=&quo...