search for: contact1_last_name

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

2006 Jun 23
3
form_remote_tag is not passing form params
...rialize(this)}); return false;"> <input type="text" name="test" value="2222" /> <input id="contact1_first_name" name="contact1[first_name]" size="10" type="text" value="Bob" /> <input id="contact1_last_name" name="contact1[last_name]" size="15" type="text" value="Jones" /> </form> My view template (RHTML) looks like this (the "contact" object is a single iteration through the @contacts array of objects): <%= form_remote_tag :update...