hi Cosma
I have tried what u suggested but without any fruit. I do no get anything displayed. Do u have any other suggestion ?
On 7/19/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote:
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.
--
Kind Regards
Shibi Thomas
Cell : 0843052341
Email : [EMAIL PROTECTED]
Rom 12:21 Do not be overcome by evil, but overcome evil with good.

