On Tue, 7 Aug 2001, Mark Wilson wrote:

> WAS 4.0 so far is no different, you will get the same error.
> 
> The problem was fixed, by changing the code in
> org.apache.struts.taglib.html.FormTag per this solution posted a while ago:
> http://www.mail-archive.com/struts-user@jakarta.apache.org/msg10964.html
> 
> There is another FormTag class, org.apache.struts.taglib.FormTag.  Make sure
> you got the right one, and rebuilt correctly?  This solution has worked
> successfully repeatedly.
> 
> The problem lies with the IBM implementation of the org.apache.jasper
> package. It behaves differently than the tomcat reference implementation, in
> that it will always throw an exception when specifically removing attributes
> from request scope.
> 

More specifically, they used the Jasper that was in Tomcat 3.1 (which also
has this same problem).  For Tomcat, it was fixed in 3.2 and all later
versions.

> Mark
> 

Craig

Reply via email to