Displaying 1 result from an estimated 1 matches for "add_predecessor".
2006 Apr 27
1
Ajax response won''t display
...-------------------------------------------------
This is the partial "tab_predecessor_list"
---------------------------------------------------------------------
<%= form_remote_tag(:update => "update",
:url => {:action => ''add_predecessor''}) %>
<span class="edit_label"><label
for="selected_task">Predecessor:</label></span>
<input type="text" name="selected_task" >
<%= Time.now.to_s %>
<%= submit_tag "Add" %>
<...