Re: concurrent request returned wrong vm template

2009-01-22 Thread Lukasz Lenart
2009/1/21 James.Guo Jia : > Spring 2.0.2 Do you use Spring to create your actions, if so, did you set singleton=false for them? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apac

concurrent request returned wrong vm template

2009-01-21 Thread James.Guo Jia
I experienced a strange issue about Velocity and Struts2. Two requests for different methods in the same Action concurrently, however they got the same response. It means request A get the same result of request B. I tried google, but can't find anything useful. Could you help me? I guess I might