So since it is stored in a session object,  it's guaranteed to be unique 
then for the client? (i.e. thread safe)

Mike

----------
>From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
>To: Java Apache Users <[EMAIL PROTECTED]>
>Subject: Re: setAttribute() ???
>Date: Sat, Jun 19, 1999, 10:19 AM
>

> To simulate the behavior of request-scope beans like validation
> messages, I tend to either have my JSP page delete these objects as soon as it
is
> through with it, or keep re-using the same session key for the same purpose
(like
> using key "errorMessage" for all error messages that only need to appear
once).
> This effectively deletes the old value and adds the new one.


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to