it is giving me one drop down with the values populated from the
"@priorarr" array.
Now i want to use this value inside my controller class.
i am using params[:cs_priority]...
but not working...
Take a look in your logs at the params your app is receiving and
you'll see that it's accessible as params[:abc] (since 'abc' is the
first parameter you're passing to select_tag)