What's up all? Okay, this is what I have so far.. I have an action that accesses a DB, and populates a LabelValueBean with an ID and a name. I use this LVB to create a multibox in my jsp page. This is working no problem and I can tick a few checkboxes and get the values of the checked boxes. However, here in lies the challenge.. I need to add another column to the table. Currently the table has one column for the checkbox and one column for the label. I want to add a third column that also grabs data from the database. I know that LVB's only store an ID and a label. I now need to store a third entity. What should I use to achieve this? I still need to have the multibox but need a third piece of data. Any ideas or suggestions? Thanks in advance..
Doug
Doug