This week's book giveaway is in the Agile and Other Processes forum. We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line! See this thread for details.
one way is to store the option's text to a hidden component and take the value of the hidden from the request. NOTE: onchange in combo(option) event, in javascript, assign the text to the hidden component.
This is not a valid option tag or select tag. Did you cut and paste this into Javaranch or did you type it yourself? If the latter, please make sure that there are no typos in this code.
Browsers do not send the text of a select box option to the server, so you'll need to either map the values on the server or use Javascript to read the text for the given option and add it to the form submission. (as krishna mentioned)