RE: How to remove global ActionErrors?

2001-08-31 Thread Luna, Katherine
Title: RE: How to remove global ActionErrors? Thank you, that works wonderfully :) kat -Original Message- From: Ed Milic [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 11:52 AM To: [EMAIL PROTECTED] Subject: Re: How to remove global ActionErrors? Hi Katherine, The

Re: How to remove global ActionErrors?

2001-08-31 Thread Luis Olivares
Title: How to remove global ActionErrors? PageContext can be accessed directly from your Custom Tags. In fact from there is from where you get your other 'scopes'.   This way you reference the different scopes from within a Custom Tag:        HttpSession session = pageContext.

Re: How to remove global ActionErrors?

2001-08-31 Thread Ed Milic
OTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: How to remove global ActionErrors? >Date: Fri, 31 Aug 2001 11:19:59 -0400 > > >Hi again, > >I have a CheckLoginTag class that verifies that there is a validUser stored >in the session similar

How to remove global ActionErrors?

2001-08-31 Thread Luna, Katherine
Title: How to remove global ActionErrors? Hi again, I have a CheckLoginTag class that verifies that there is a validUser stored in the session similar to the struts-example.  I have placed at the top of search.jsp which contains a searchForm.  If a user tries to access this page without