Displaying 1 result from an estimated 1 matches for "list_item_links".
Did you mean:
list_item_link
2006 Jul 02
6
remote form w/ evalScripts:true
...9;
page.replace_html ''add_item'', :partial => ''lists/add_item''
end
end
Here is the version of code in the template that I WANT to use to
POST to this action:
<%= form_remote_tag :html => { :action => url_for(:controller =>
"list_item_links", :action => "create") }, :eval_scripts => true %>
<%= hidden_field ''list_item_link'', ''list_id'', :value => @list.id%>
<%= hidden_field ''list_item_link'', ''list_item_type'', :value => '...