Re: ActionContext and the application context

2012-05-04 Thread Dionis Argiri
Good starting point would be reading code of action context etc, it could give you some answers that are not mentioned in any faq/tutorial/documentation. Simplified answer is - struts2 actions are thread safe (but that doesn't means that if you inject some statefull service in your bean, it'll be a

Re: ActionContext and the application context

2012-05-04 Thread vEnkaTa mohAna rAo SriperumbUdUru
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 wrote: > Hi, > > I have slight confusion in understanding of the thread locality of the > ActionContext. And action context contains the applicat