Hi,
I hope I did understand your question correctly.
Why dont you pass the name value to your select box along with style and ArrayList too to populate the select box values.
So in the servlet you can get the name value pair of the select box.
getSomeThing(String name, List list, String style)
Cheers,
Venu