Displaying 1 result from an estimated 1 matches for "operation_panel".
2008 Jul 08
1
Problems with form_remote_tag
...e 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. Instead it redirects to another page. Where did it went
wrong? What should I do?
Please help.
Thanks.
............view...................
<% form_remote_tag(:url => {:action => :update_item}, :update =>
"operation_panel", :before=>"return validateForm(this); retu...