Displaying 1 result from an estimated 1 matches for "workout_error_".
2006 Apr 19
1
AJAX - update item forms problem
...sth wrong here.
Any help is appreciated. Here is how I do it.
list.rhtml:
-----------
<tr id="workout_edit_<%= workout.id %>" style="display:none;">
    <td colspan="7" style="background-color: #eee; padding: 10;">
        <div id="workout_error_<%= workout.id %>">
    <div id="workout_error_list_<%= workout.id %>">
        <%= error_messages_for ''workout'' %>
    </div>
</div>
<%= form_remote_tag :url => { :action => ''update'', :id => work...