Whenever I get a new copy of the Struts Source, I have to go in and make the following change to the FormTag java code:
>From doEndTag: Remove: pageContext.removeAttribute(Constants.BEAN_KEY, PageContext.REQUEST_SCOPE); pageContext.removeAttribute(Constants.FORM_KEY, PageContext.REQUEST_SCOPE); Add: pageContext.getRequest().removeAttribute(Constants.BEAN_KEY); pageContext.getRequest().removeAttribute(Constants.FORM_KEY); I realise this is probably only affecting VisualAge (& possibly WebSphere ?), but could this change be made to the base code ? Roy. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>