${id}
I know that this is an old question, but as I was googling it was the first link in a results. So here is the jsp solution:
1 2 3
in some.jsp
request.getParameter("item");
this line will return the selected option (from the example it is: 1, 2 or 3)