Hi,
 
I have a list of objects in my action.  Each object in the list represents a 
Company.  I want to populate 
my dropdown box, in my jsp, with company names.  When a companyName is selected 
in the dropdown 
box, the companyID (which corresponds to the companyName) will be sent upon 
form submit.  For 
example, if the user selects "companyA", in the combo box, "1" will be 
submitted. 
 
companyName-------->companyID
companyA-------------->1
companyB-------------->2
 
Any hints or sample code would be appreciated.  
 
Thanks,
Jack
_________________________________________________________________

Reply via email to