Hi Antonio,

You appear to have the same setup as me, so we should be able to get things
working.

Questions:

-Have you added the struts code to VAJ workspace?
-Have you added the struts project in your workspace to the WTE classpath?
-Have you made sure that a struts.jar IS NOT on your classpath?
-Have you tried adding a breakpoint at the top of FormTag.doEndTag to check
the correct version is be used.
-Have you edited the correct FormTag? Be aware that you should be editing
the FormTag in the html package, not the one in the base taglib package.
-Have you had several cups of coffee?

Jon.

-----Original Message-----
From: antonio loureiro [mailto:[EMAIL PROTECTED]] 
Sent: 13 June 2001 23:20
To: [EMAIL PROTECTED]
Subject: RE: Form tag problem in VAJ 3.5.3 WTE with 1.0b2

Hi all!
I use struts beta2 with websphere 3.5.3 and applied the following patch to
the
FormTag, as suggested by Jon.Ridgway previously in this mailing list:

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

but it doesn't seem to work - that means I still get an Exception called
"can't
remove attribute from request scope".

any help is appreciated!

Thanx
Antonio


Reply via email to