search for: order_upd

Displaying 2 results from an estimated 2 matches for "order_upd".

Did you mean: order_id
2006 Jul 26
0
error when updating table with select box
trying to update a table with form input from a select box and getting this error: "Options does not specify :except or :only" #View: <%= start_form_tag :action => ''order_update'', :id => @order %> <div> Status <br /> <select name="order[shipping_status]"> <option>None</option> <option>Paid</option> <option>Shipped</option> </select> <%= submit_tag ''Update'' %...
2006 Jul 24
2
BIG JS limit? Using replace_html with partials containing JS
...------------------------ <h2>Order id: <%=@order.id %></h2> <div id="order_message"><%=@order_message%></div> <%= form_remote_tag :update=>''order_part'', :url=> { :id=>@order.id, :action => ''order_update''} %> <%= render :partial=>''order_form'' %> </p> <%= submit_tag ''Modify'' %> <%= end_form_tag %> <%= update_page_tag do |page| page.delay(2) do page.visual_effect :fade, ''order_message''...