How to declare value null to object at the end of jsp page.
Hi
I have two doubts.
1. Im getting request from request.getParameter() method. i stored that value in one object. after process completion i have set null value to object at the end of jsp page.
2. I declare jsp scriptlet within the javascript. in that jsp scriptlet i set session.setAttribute() values. i want to get the session.getAttribute value after javascript code completion.
i tried but i got jasperException.
please help me to solve this problem
Thank u in advance

