I'm having a heck of a time figuring out how to use this trio. I'm so used
to a for loop in a scriptlet.
I've gotten to the point where my jsp sees the collection stored in session
scope. The tags even display the right number of options. However it's
always the last entry in the collection x number of times where x is the
size of the ArrayList. I assumed the <options> tag iterated. Do I have
too? Here's the code & the results. I know there are three Nancys. The
one shown is the last in the list.
<TD>
<logic:present name="employeeList" scope="session">
<html:select property="selectedIndex" size="5">
<html:options collection="employeeList" property="index"
labelProperty="displayName"/>
</html:select>
</logic:present>
</TD>
What appears in the select box...
Smith,Nancy - Qss - Div 7
Smith,Nancy - Qss - Div 7
Smith,Nancy - Qss - Div 7
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]