search for: update_items

Displaying 2 results from an estimated 2 matches for "update_items".

Did you mean: updated_items
2008 Jul 08
1
Problems with form_remote_tag
Hi, I am trying to use form_remote_tag to update a record and then update the section of the page where id=''opertion_panel''. There is a javascript validation that validates the input before the record is being updated. This validation works and the record was successfully updated. The problem is after the record is being updated, it didn''t update operation_panel.
2007 Dec 10
10
Reading Hash/Array
Hi all, My app is generating a form with several bill_items that should be updated (fields to be updated are description and net). The text_field_tag names are bill_item[update][#{id}][description] and bill_item[update][#{id}][net] (and I added bill_item[update][#{id}] [id] just in case) The param received is: {"commit"=>"Save",