Re: Removing an ActionForm from its scope.

2002-11-27 Thread Kris Schneider
You seem to be talking about two different things. The 1.0.2 RemoveFormBeanAction doesn't do anything with scoped form beans, or any other attribute. It takes the name of a form bean as a request parameter and removes the form bean definition from the Struts configuration. AFAIK this isn't possible

RE: Removing an ActionForm from its scope.

2002-11-27 Thread David Graham
;Struts Users Mailing List" <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: Removing an ActionForm from its scope. Date: Wed, 27 Nov 2002 18:21:25 +0100 > The form bean is stored under a key from the Globals class. > You ca

RE: Removing an ActionForm from its scope.

2002-11-27 Thread ROSSEL Olivier
> The form bean is stored under a key from the Globals class. > You can remove > the bean by getting the session and calling removeAttribute > with the Globals > key. I am not sure I understand. Do you mean: session.removeAttribute(Globals.FORM_BEANS_KEY) ? It seems that it is equivalent

Re: Removing an ActionForm from its scope.

2002-11-27 Thread David Graham
The form bean is stored under a key from the Globals class. You can remove the bean by getting the session and calling removeAttribute with the Globals key. David From: ROSSEL Olivier <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <