Something like this in JSP1.2:
assuming the Struts form bean is called 'formbean' and the property is
called 'property'
selected>
or in JSP2.0:
${item.label}
Caroline Jen wrote:
To make it simple, there is a JavaBean. This JavaBean
has two properties: label and
To make it simple, there is a JavaBean. This JavaBean
has two properties: label and value. Because I have a
number of label and value pairs, I have a Collection
of this JavaBean(s).
To create a drop down menu, I do the following:
How do I use the tag to do the same thing?
2 matches
Mail list logo