Hi

I am a newbie in struts2.
I have a fundamental question abut s2.
We all know that a Servlet is not a thread-safe object unless it implements
SingleThreadModel.

Is Action in s2 thread-safe or not?
Container will create a new Action instance for each new request?

Thanks!

Reply via email to