hi, 
I have the following problem: 

product.controller.rb 

class Product Controller 

def show 
..... 
end 

end 

show.rhtml.rb 
. 
. 
    <% Product.find (: all). each do | product| 
      <% = Check_box "product", "name",: checked => false,: onchange => "#
(remote_function (: url => (: controller => 'product',: action => 'show') ))
"%> <br> 
<% End%> 
how can i get all the selected checkboxes in the show-action(controller)?

Thnaks im advance
-- 
View this message in context: 
http://old.nabble.com/selected-checkbox--in-Controller%21%21%21%21-tp26421458p26421458.html
Sent from the RubyOnRails Users mailing list archive at Nabble.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 [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=.


Reply via email to