Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 19461 invoked by uid 500); 2 Apr 2001 06:24:40 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 19453 invoked from network); 2 Apr 2001 06:24:38 -0000 Received: from tango.softhome.net (204.144.231.49) by h31.sny.collab.net with SMTP; 2 Apr 2001 06:24:38 -0000 Received: (qmail 1484 invoked by uid 417); 2 Apr 2001 06:34:35 -0000 Received: from crtntx1-ar6-200-187.dsl.gtei.net (HELO softhome.net) (4.41.200.187) by i-softhome-tango with SMTP; 2 Apr 2001 06:34:35 -0000 Sender: kris Message-ID: <3AC81A9C.105804F1@softhome.net> Date: Mon, 02 Apr 2001 01:22:20 -0500 From: Kris Gonzalez X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i586) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: unsetting bean w/ session scope Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N i use a bean with session scope in all of my JSPs in a particular app i'm working on by using the following: however, i've need to reset this particular bean at some point...i tried this by running the following: name = new Name(); this did not work...is there any workaround to restore a bean w/ session scope back to it's original state? thanks!