Hi All,
I have read many article on websphere 3.5 and struts. And pretty much every one is 
pointing to 
making a change in    doEndTag()  method
 // Remove the page scope attributes we created
 //pageContext.removeAttribute(Constants.BEAN_KEY);
 //pageContext.removeAttribute(Constants.FORM_KEY);

        pageContext.getRequest().removeAttribute(Constants.BEAN_KEY);
        pageContext.getRequest().removeAttribute(Constants.FORM_KEY);

Inspite of having done this change i am still getting exception like

[01.07.23 11:05:30:166 EDT] a1ecc1aa WebGroup      A SRVE0091I: [Servlet LOG]: 
"action:  Forwarding to 'success' page"
[01.07.23 11:05:34:281 EDT] a1ecc1aa ServletInstan X Uncaught service() exception 
thrown by servlet {0}: {1}
                                 "jsp11"
                                 javax.servlet.ServletException: cant remove 
Attributes from request scope
 at javax.servlet.ServletException.<init>(ServletException.java:161)
 at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:392)
 at _registration_jsp_0._jspService(_registration_jsp_0.java:1436)


Can any one please help me....

Thank You 

Shajil



---------------------------------
Do You Yahoo!?
Yahoo! Health - Feel better, live better

Reply via email to