I've got a table of items, each with its own <select>
. How do I bind these to the parameters of a controller method?
Ideally, I'd like an array containing (for each row in the table) the value
of the selected option
.
How do I do this? My google-fu is weak today.