Hi.

I used radio_button_tag.
and I want to pass the value of selected radio button to controller.

<%= radio_button_tag 'exp', 1 %>
<%= radio_button_tag 'exp', 2 %>

<%= link_to :action=>"do" %>
can i pass the radio button's value to above method as a parameter?

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to