On Fri, Jul 20, 2012 at 1:22 PM, lalalalala pqpqpqpqpq
<li...@ruby-forum.com> wrote:

> Right now when I select an option from the drop down menu, nothing is
> called in my controller.

Why would you expect it to be?

> Is there a way to add a "GO" button, so after I
> select something from the menu, I can click the GO button and it will
> call the corresponding action in my controller?

Of course. It's just markup. Add whatever elements you want. Or add
the JavaScript to trigger your form submission on the select `change`
event. Either way is trivial.

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to