Ashish Kulkarni wrote the following on 1/11/2005 12:24 PM:

But really hoped to be able to use Hashtable rather
then adding this code

I assume this will work with Hashtable (not sure why you need to use a Hashtable over a HashMap).


<c:forEach items="${yourMap}" var="mapItem">
        <html:option value="${mapItem.key}">
                ${mapItem.value.someProperty}
        </html:option>
</c:forEach>

--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to