I forgot to say, after trying everything, you can add an
HttpSessionAttributeListener to your application and see when the
value is nulled out/replaced.

http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionAttributeListener.html

musachy

On Feb 6, 2008 12:25 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote:
> Is the value in the session null or an empty map? If it is an empty
> map, the reason might be that when you set the value in the session
> between requests, the request doesn't have any parameters, setting the
> value to an empty map.
>
> musachy
>
>
> On Feb 6, 2008 11:55 AM, daveck <[EMAIL PROTECTED]> wrote:
> >
> > In case I wasn't clear... the attribute "PARMS" exists but loses it value.
> > --
> > View this message in context: 
> > http://www.nabble.com/Losing-Session-Attributes-tp15298791p15307254.html
> >
> > Sent from the Struts - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to