Moved i18n interceptor before all params interceptors

WW-2287


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@615196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2008-01-25 12:12:47 +00:00
parent d741210f20
commit 0497356bc2
+1 -1
View File
@@ -217,10 +217,10 @@
<interceptor-stack name="paramsPrepareParamsStack">
<interceptor-ref name="exception"/>
<interceptor-ref name="alias"/>
<interceptor-ref name="i18n"/>
<interceptor-ref name="params"/>
<interceptor-ref name="servletConfig"/>
<interceptor-ref name="prepare"/>
<interceptor-ref name="i18n"/>
<interceptor-ref name="chain"/>
<interceptor-ref name="modelDriven"/>
<interceptor-ref name="fileUpload"/>