Hi, is it possible to store 3 fields in LabelValueBean instead of 2? i.e. value, label & description?
You could subclass LabelValueBean... (or just write your own bean with whatever properties you like!)
Actually, in Struts 1.1 LabelValueBean shouldn't even be called a bean, because it has no zero-arg constructor (this is fixed in CVS).
The use case for LabelValueBean is specifically for creating an HTML select menu, which only needs the two properties -- one for what is shown in the menu, and one for what is sent in the request if that choice is chosen.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "We want beef in dessert if we can get it there."
-- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

