I am trying to select a name from drop down list. When the user selects a name from the dropdown I need to get that ID from that list.
How can I do that. In my action calss have list with name and id values. I seperated names and ids and stored in different lists and used name list while showing it on
jsp page.
please help me how can i get the id value from the drop down list.
this is the code from jsp page.
<s:select list="%{calculationName}" key="label.calculationName"></s:select>
Thanks,
Arpitha