Using org.apache.struts.util.LabelValueBean
Can somebody tell me how do I make use of org.apache.struts.util.LabelValueBean of struts.util package to populate list boxes in JSP's with values obtained from database. Upon selection of a value from the list, I need to pass the selected value to backend. Any sample code detailing the bean and the attributes/properties that bean to be defined in the JSP should have, will help.
Thanks
Poornima