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 made mistake in the configuration or some settings about velocity or struts2 or spring. package we used are Velocity 1.0.4 Struts2 2.0.9 Spring 2.0.2 -- James.Guo Jia