HI,

I have to show list in my jsp page. I am using <html:select>

i am getting two lists from data base and it is in employee form bean: first
list is for employee no and second list is for name. i want to display
employee name in <option> and want to use employee no as VALUE in <option>
so list would have employee no as value and name will be displayed to user.

i am not sure how to do it with two lists as i have two different lists, one
list for emp no and one list for employee name. My form bean name is
employeeForm and list names are employeeNoList and employeeNameList. Please
help me... some code example would be a help for me. I am using struts 1.1

Thank you

Reply via email to