Re: Possible upgrade to xwork 2.1.4

2009-07-15 Thread David Canos
I resolved writing my own i18n-interceptor. Firstly I try to get the locale from session, if not I look for in the request, if not we use the ActionContext by default set up in struts.properties. Anyway this is not the xwork 2.1.4 behavior, who looks for locale in session, and then ActionContext.

Re: Possible upgrade to xwork 2.1.4

2009-07-15 Thread Wes Wannemacher
If you are not using REST or the rest plugin, you can use struts 2.1.7, it is not a GA release because there was a missing class in the rest plugin. Or, you can build 2.1.8-SNAPSHOT. We should be getting an xwork 2.1.5 release soon and we'll roll a struts 2.1.8 release right afterwards. If the vote

Possible upgrade to xwork 2.1.4

2009-07-15 Thread David Canos
hi folks Currently Struts 2.1.6 is working with xwork 2.1.2 which has some bugs related to i18n. They are fixed in xwork 2.1.3. http://jira.opensymphony.com/browse/XW-679 I've check struts jira and i haven't seen any upgrade xwork issue. It's hard to work in a i18n context while the i18n-intercep