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