Originally posted by Joshua Cloch:
<c:set var="shishi" value="${pageContext.session.getAttribute('beanName')}" />
Yes. Make an effort and learn valid EL syntax. Neither of the code snippets you posted is valid. You cannot make instance method calls with the EL.
You
can do what you want with the JSTL and EL, but not in the way that you are doing it.
You will find links to the JSP and JSTL Specifications in my signature.
[ August 03, 2006: Message edited by: Bear Bibeault ]