Go through this link
http://stackoverflow.com/questions/10296108/struts2-actioncontext-and-valuestack


On Fri, May 4, 2012 at 11:18 AM, Puneet Babbar 2 <pbabb...@sapient.com>wrote:

> Hi,
>
> I have slight confusion in understanding of the thread locality of the
> ActionContext. And action context contains the application, session,
> request... etc
>
> Talking about general servlet/jsp programming, anything set in the
> application context can be shared between different sessions or users.
>
> So since ActionContext is thread local(which means that values stored in
> the ActionContext are unique per thread).
> So, what is the impact on application context? Since its accessed using
> ActionContext.
>
> Regards
>
> Puneet babbar
>
>

Reply via email to