<c:forEach var="entry" items="${sessionScope.table}">
  <c:out value="${entry.key}"/> = <c:out value="${entry.value}"/>
</c:forEach>

Quoting Jean Charles Jabouille <[EMAIL PROTECTED]>:

> Hi,
> 
> I d'like to know if it's possible to iterate on an hashtable object. For
> exemple, I have a project which contains hashtable. The project is in a
> session variable. Is it possible we foreach or differents taglibs ?
> 
> Thanks

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to