hi all,Can anybody tell me what is the functionality of LabelValuBean class in struts?Where it can be used?A code example will be very helpfulthanks in advance
[187 byte] By [Rookie_95a] at [2007-10-2 21:34:04]
A simple JavaBean to represent label-value pairs. This is most commonly used when constructing user interface elements which have a label to be displayed to the user, and a corresponding value to be returned to the server. One example is the <html:options> tag.