Displaying 1 result from an estimated 1 matches for "_selected".
Did you mean:
selected
2006 Aug 11
1
how is form data sent to the conntroller?
I''m trying to implement a bunch of checkboxes whose value I need to use
to process more code without updating the db.
This is my code to for the checkbox in my view
input type=checkbox id=<%=search.name%>_selected
name=<%=search.name%>[selected]>
I guess my question is, when I''m back in the controller, how do I get at
the actual value (checked or unchecked)? It doesn''t seem like that''s an
attribute
--
Posted via http://www.ruby-forum.com/.