Hi Randy,

This is a *feature* of WTE under VAJ. The solution has been posted before.
Snippet included below (see
http://www.mail-archive.com/struts-user@jakarta.apache.org/ for previous
posts):

Try editing the Struts class org.apache.struts.taglib.html.FormTag.doEndTag

// Remove the page scope attributes we created
pageContext.getRequest().removeAttribute(Constants.BEAN_KEY);
pageContext.getRequest().removeAttribute(Constants.FORM_KEY);

Jon.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to