67,542
社区成员
发帖
与我相关
我的任务
分享<constant name="struts.objectFactory.spring.autoWire" value="type" /> <bean id="dicCBBAction" class="com.asiainfo.migration.struts2.action.cbb.DictionaryCBBAction" scope="prototype">
<property name="dataService">
<ref bean="tPubDictionaryService" />
</property>
</bean> <bean id="dicCBBAction" class="com.asiainfo.migration.struts2.action.cbb.DictionaryCBBAction" autowire="no" autowire-candidate="false" scope="prototype">
<property name="dataService">
<ref bean="tPubDictionaryService" />
</property>
</bean><constant name="struts.enable.DynamicMethodInvocation" value="true" /><package name="admin" namespace="/admin" extends="struts-default" strict-method-invocation="false">