Maybe you could do like this:

<c:forEach items="#{sessionScope.request.details.entrySet}" var="entry">
<tr>
<td>#{entry.key}</td>
<td>#{entry.value}</ td>
</tr>
</c:forEach>


Cosma

2006/7/19, Shibi Thomas <[EMAIL PROTECTED]>:

Hi
I have a map called "details" with key as and values. i would like to
retrieve the value in the keys.
Currently this is how my code looks like:


<c:forEach items="#{sessionScope.request.details }" var="entry">

<tr>

<td>???</ td>

<td>#{entry}</ td>

</tr>

</c:forEach>






--
Kind Regards
Shibi Thomas

Rom 12:21  Do not be overcome by evil, but overcome evil with good.

Reply via email to