${id}
use jquery
$("#item").change(function({ var x=$(this).val(); });
Your value will be in x variable, use this variable value in your jsp, like this {x} this statement will give the value
x
{x}