I'm sure someone had this problem.  I have a dropdown box with items having
name and value ([name="apples", value="1"]). Upon submit, the selected value
is stored in the form.  Then on the confirm page, the selected value is
displayed.  But on the confirm page I want display the name of the selected
item (display "apples", not "1").  I don't want to iterate over the dropdown
collection to look for name (this is inefficient).  

thanks

Reply via email to