Hi,
I''d like to know a simple way to do this with rails.
Here is a select helper snippet for a select list box
<%= select :this_data, :id, @data, { :include_blank => true } %>
I want to be able to automatically send a non remote post
when user selects a given option. Kind of like sending a normal post on
submit button to specific action, but rather then using a button, the
post is sent when user selects an option.
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---