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