Displaying 1 result from an estimated 1 matches for "selected_category_id".
2006 Jun 19
0
For toggling update "divs" in form_remote_tag on condition!
..._remote_tag( :update => "div_main_data", :url => { :action =>
:change_top_view }) %>
<!-- here i want to update another div "div_top_data" -->
<%= options = @categories_hash
select(:category_view,:name,options, {:include_blank => false,:selected
=>@selected_category_id},
{:onChange =>''this.form.onsubmit()'' }) %>
<%= submit_tag("Go")%>
Please let me know if anyone knows how to solve this .
Thanks,
Joshua
--
Posted via http://www.ruby-forum.com/.