mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Added back text provider config which broke a bunch of tests
WW-1715 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
<bean type="com.opensymphony.xwork2.util.XWorkConverter" name="xwork1" class="com.opensymphony.xwork2.util.XWorkConverter" />
|
||||
<bean type="com.opensymphony.xwork2.util.XWorkConverter" name="struts" class="com.opensymphony.xwork2.util.AnnotationXWorkConverter" />
|
||||
|
||||
<bean type="com.opensymphony.xwork2.TextProvider" name="xwork1" class="com.opensymphony.xwork2.TextProviderSupport" />
|
||||
<bean type="com.opensymphony.xwork2.TextProvider" name="struts" class="com.opensymphony.xwork2.TextProviderSupport" />
|
||||
|
||||
<!-- Only have static injections -->
|
||||
<bean class="com.opensymphony.xwork2.util.OgnlValueStack" static="true" />
|
||||
<bean class="org.apache.struts2.dispatcher.Dispatcher" static="true" />
|
||||
|
||||
Reference in New Issue
Block a user