Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 18469 invoked by uid 500); 15 Jun 2001 11:47:27 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: struts-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 18458 invoked from network); 15 Jun 2001 11:47:26 -0000 Received: from moutvdom00.kundenserver.de (195.20.224.149) by h31.sny.collab.net with SMTP; 15 Jun 2001 11:47:26 -0000 Received: from [195.20.224.208] (helo=mrvdom01.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15As4T-0001FZ-00 for struts-user@jakarta.apache.org; Fri, 15 Jun 2001 13:47:25 +0200 Received: from [195.226.118.34] (helo=pctss03) by mrvdom01.schlund.de with smtp (Exim 2.12 #2) id 15As3V-0006oe-00 for struts-user@jakarta.apache.org; Fri, 15 Jun 2001 13:46:25 +0200 Message-ID: <01d101c0f590$cdeed110$6e074035@pctss03> Reply-To: "antonio loureiro" From: "antonio loureiro" To: References: <2F874709109CD311B44B00C00D00EA59128A18@upco-pdc.internal.upco.co.uk> Subject: Re: can't remove attributes from servlet Date: Fri, 15 Jun 2001 13:46:21 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N thanx jon, for the great help! we�ve tested it with b3, too and it works perfectly. thanx again, antonio ----- Original Message ----- From: "Jon.Ridgway" To: Sent: Thursday, June 14, 2001 11:35 AM Subject: RE: can't remove attributes from servlet > Hi All WTE User, > > I have just realised that I have been pointing to the wrong class. See > below. I should have suggested editing > > > org.apache.struts.taglib.html.FormTag.doEndTag > > Apologies, > > Jon. > > -----Original Message----- > From: Jon.Ridgway [mailto:Jon.Ridgway@upco.co.uk] > Sent: 13 June 2001 15:36 > To: struts-user@jakarta.apache.org > Subject: RE: can't remove attributes from servlet > > Hi Tom, > > Welcome to Struts... > > > >Try editing org.apache.struts.taglib.FormTag.doEndTag as follows : > > > > > > > > > // Remove the page scope attributes we created > > > pageContext.getRequest().removeAttribute(Constants.BEAN_KEY); > > > pageContext.getRequest().removeAttribute(Constants.FORM_KEY); > > > > > > Jon. > > This is taken from a previous post, you may have other setup issues with > VAJ, most are cover in the archive... > > http://www.mail-archive.com/struts-user@jakarta.apache.org/ > > Jon. > > -----Original Message----- > From: Van-Landeghem Tom [mailto:Tom.Van-Landeghem@winterthur.be] > Sent: 13 June 2001 15:08 > To: 'struts-user@jakarta.apache.org' > Subject: can't remove attributes from servlet > > Hi, > > Today is my first day I try to play with Struts using Visual Age V3.5.3. > I try settingup and running the EmployeeList example application from IBM in > the WTE of VAJ. > I get the following exception when I try to run the application : > can't remove attributes from servlet > which seems to be thrown by the Formtag.doEndTag() > anybody has any ideas ? > > Tom