Hi, experts:
How to assign a value to each choice in a checkbox, e.g. checkbox:apple;banana;pear. After I checked apple and pear, I can assign them values 1 and 3.Then these two values are sent to another jsp page, so that I can use the values in the new jsp page.
jeff