Author: husted Date: Mon Mar 12 14:36:16 2007 New Revision: 517412 URL: http://svn.apache.org/viewvc?view=rev&rev=517412 Log: WW-1754 "The current struts-default.xml prevents TypeConverter wiring." Swap ObjectFactory and XWorkConverter load order per suggestion of Nicolas Berthet.
Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?view=diff&rev=517412&r1=517411&r2=517412 ============================================================================== --- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original) +++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Mon Mar 12 14:36:16 2007 @@ -46,8 +46,8 @@ <bean class="org.apache.struts2.dispatcher.FilterDispatcher" static="true" /> <bean class="org.apache.struts2.views.util.ContextUtil" static="true" /> <bean class="org.apache.struts2.views.util.UrlHelper" static="true" /> - <bean class="com.opensymphony.xwork2.util.XWorkConverter" static="true" /> <bean class="com.opensymphony.xwork2.ObjectFactory" static="true" /> + <bean class="com.opensymphony.xwork2.util.XWorkConverter" static="true" /> <package name="struts-default"> <result-types>