Re: The Value of a Property in a Drop-Down Menu

2004-09-29 Thread Matt Bathje
Caroline Jen wrote: My Collection, PageBeans (plural), generates a drop-down list like this: -Select- Each individual bean, PageBean (singular), in the Collection has two properties; name and groupID. I want to display 'name' in the drop down list. However, I want the 'value' of 'groupID' to b

The Value of a Property in a Drop-Down Menu

2004-09-29 Thread Caroline Jen
My Collection, PageBeans (plural), generates a drop-down list like this: -Select- Each individual bean, PageBean (singular), in the Collection has two properties; name and groupID. I want to display 'name' in the drop down list. However, I want the 'value' of 'groupID' to be submitted when u