search for: set_team_values

Displaying 1 result from an estimated 1 matches for "set_team_values".

2006 Jun 15
0
retrieving parameter or selected value using remote_function
Hi, Can anyone let me know how to fetch selected option from the following select box : <%= select(:category_view,:name,@categories_choices, {:include_blank => false}, {:onChange =>remote_function(:update => "div_team_coverage", :url => {:action => :set_team_values} ,:with => "category="+ escape(value))} ) %> <div id="div_team_coverage"> <%= render(:partial => "team_coverage_data")%> </div> And I want to know how can I access this in the controller. When I try to access in controller as : param...