Struts 1.0 b2 with Websphere 3.5 fixed pak 2

2001-05-21 Thread Kelvin_Ho
I have struts 1.0 b1 with fine with Websphere but after using b2 the problem comes up. I got servletException javax.servlet.ServletException: cant remove Attributes from request scope Any ideal? This is my JSP page %@ page language=java % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean %

Re: Struts 1.0 b2 with Websphere 3.5 fixed pak 2

2001-05-21 Thread Craig R. McClanahan
On Mon, 21 May 2001 [EMAIL PROTECTED] wrote: I have struts 1.0 b1 with fine with Websphere but after using b2 the problem comes up. I got servletException javax.servlet.ServletException: cant remove Attributes from request scope Any ideal? Yep. Unfortunately, Websphere has a bug

Re: Struts 1.0 b2 with Websphere 3.5 fixed pak 2

2001-05-21 Thread Craig R. McClanahan
On Mon, 21 May 2001, Johan Compagner wrote: Yes this is a bug in Websphere (also happens in Tomcat3.1) Just change that specifiek call to call it directy from the request instead of gong through the PageContext (i think) The problem with doing that is that the PageContext view of the