posted 17 years ago
Hi ,
How do you remove Bean or map from requestScope ?
If it is a simple variable , We can remove it using
<c:remove var="choice" scope="request"/>
If it is a bean myBean in request scope , I can not use
<c:remove var="${mybean}" scope="request"/>
because var can not take EL expressions .
Any ideas on how I can remove attribute/bean from a given scope ?
Thanks
Akhil