Does anybody know if the options for a select in a form are accesible via
@params?
I have an application that succesfully builds the select html statements but
then the user modifies the options via javascript. When the form gets
posted, is there a way to know what options are there, which are selected,
etc from the controller?
I have tried all sorts of strategies like adding the [] to the name of the
select tag, but however I name it, param always returns nil.
Thanks,
Andres