Displaying 1 result from an estimated 1 matches for "12a539f773a693a5ce75a8a77082e7dd".
2006 Jul 06
7
form_remote_tag submitting to an rjs file.
...t_field ''order_item'', ''quantity'', :size => "5" %>
</td>
<%= submit_tag ''Add'' %>
This outputs at the server:
Processing OrderController#add_item_to_order (for 127.0.0.1 at
2006-07-06 13:40:32) [POST]
Session ID: 12a539f773a693a5ce75a8a77082e7dd
Parameters: {"action"=>"add_item_to_order", "controller"=>"order"}
Without any parameters. Can I not submit my form elements with a
form_remote_tag ?
Thanks for the help!
Ryan
--
Posted via http://www.ruby-forum.com/.