This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have a dropdown list on my JSP page that is bound to a valueChangeListener event in my backing bean. The problem is, when I select a value in my dropdown list, it doesn't populate this new selected value in the field. It simply defaults it back to the original value. What am I missing? The JSP code is as follows: