Posted By:
Arnaud_Bunel
Posted On:
Tuesday, January 22, 2002 05:09 AM
I'm using WebShere Test Environment in VAJ 3.5.3 with Struts. While running a JSP with a tag, it stops at the closing of the form ( ) with the following Exception : java.lang.IllegalArgumentException: cant remove Attributes from request scope java.lang.Throwable(java.lang.String) java.lang.Exception(java.lang.String) java.lang.RuntimeException(java.lang.String) java.lang.IllegalArgumentException(java.lang.String) void org.apache.jasper.runtime.PageContextImpl.removeAttribute(java.lang.String, int) int org.apache.struts.taglib.html.FormTag.doEndTag() How can I solve that problem ? Thank you.
More>>
I'm using WebShere Test Environment in VAJ 3.5.3 with Struts.
While running a JSP with a
tag, it stops at the closing of the form (
) with the following Exception :
java.lang.IllegalArgumentException: cant remove Attributes from request scope
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
java.lang.RuntimeException(java.lang.String)
java.lang.IllegalArgumentException(java.lang.String)
void org.apache.jasper.runtime.PageContextImpl.removeAttribute(java.lang.String, int)
int org.apache.struts.taglib.html.FormTag.doEndTag()
How can I solve that problem ? Thank you.