I am using 2 select tags. Their content can be modified inside the web page(via javascript). By default grails will take only the selected option (or all selected options if multiple is enabled) and pass it to the controller. How could I pass to the controller all the available rows from a select box ?