标签:
因为:
struts2的action每次访问都重新创建一个对象,那spring的ioc是怎么实现注入的呢
?
靠的是spring给创建的对象。
不知道你的action是在spring容器里还是自己创建的!要是在spring容器中那直接ref就好了。
http://luan.iteye.com/blog/1816640
struts2与spring整合问题,访问struts2链接时,spring会负责创建Action
标签:
原文地址:http://www.cnblogs.com/beijingstruggle/p/5512719.html