Action classes are thread-safe since Struts filter creates new action object for each request.
All the action objects along with variables will be stored in ValueStack
. So, Is the ValueStack
container thread-safe?
Could we able to take values form different action objects of different requests?