Displaying 1 result from an estimated 1 matches for "race_table".
Did you mean:
trace_table
2007 Sep 10
2
form_remote_tag not providing params in Ajax
I''m new to Ruby, Rails and Ajax and I''m trying to do something
seemingly simple. I am trying to use a value someone supplies in a
form in another form that is dynamically generated using Ajax.
I have the following code:
<div id="race_table">
</div>
<%= form_remote_tag(:update => "race_table", :url => { :action =>
"update_races" }) %>
<table>
<tr>
<td>Ruleset:</td>
<td><%= select(:post, :ruleset, @rulesets) %></td>
</tr>
&l...