anyone know a way of getting the set of keys from a hashmap in jstl?

in java

Set keys = someMap.keySet();

i've tried

<c:forEach var="keys" items="${someForm.items.keySet}">

to no avail ..


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



Reply via email to