With JSTL:
<c:set target="${sessionScope.map}" property="name" value="${null}"/>
Quoting shanmugampl <[EMAIL PROTECTED]>:
> Hi,
>
> I have a map in session scope which contains an entry with key
> "name". I want to remove that entry from the map
>
> <%= ((Map)session.getAttribute("map")).remove("name") %>
>
> How do i achieve this in jstl el ?
>
> Thanks
> Shanmugam PL
--
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]