Displaying 1 result from an estimated 1 matches for "clientresult".
Did you mean:
clientresults
2006 Mar 28
0
using ''onchange'' option in select from a partial to update a
...espan, :span, ["1 week", "1 month", "3 months", "6
months", "1 year"], :onchange => ''main'') %>
</div>
<%= end_form_tag %>
<%= observe_field(
:timespan,
:frequency => 0.25,
:update => ''clientresults'',
:url => {:action =>:main},
:with => ":timespan") %>
So I''m looking to set an instance variable in the main method in my
controller with the value of the select, and then have the main method
called again with that instance variable set. I know...