Are you running in the VAJ test environment or on a true WAS 3.5.3 application server?
We have several STRUTS 1.0 releases running on WAS 3.5.x I made the change you mentioned and it seems to work for us. Edward Carmody > >Liberty Information Technology Direct Line: 603 245 4311 225 Borthwick Ave Portsmouth, NH 03801-4199 Switchboard: 603 431 8400 x54311 Email: [EMAIL PROTECTED] -----Original Message----- From: shajil Kom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 9:50 AM To: [EMAIL PROTECTED] Subject: WebSphere 3.5.3 & Struts 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(PageContex tImpl.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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>