> 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 to:
    session.removeAttribute("org.apache.struts.action.FORM_BEANS_KEY")
is it?

I wonder if this statement will erase ALL form beans currently in session
scope.
Cause I want to remove ONLY the MyOwnActionForm bean.

This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to