Displaying 1 result from an estimated 1 matches for "workout_edit_#".
2006 Apr 19
1
AJAX - update item forms problem
...re not 
filled with proper item data anymore when the form is shown. It seems to 
me the initial order of forms is remembered somewhere and doesn''t 
refresh.
Obviously I''m doing 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 %>"...