|
|
|
I have tested the includeParams="none" in my url tag but that doesn't
prevent the request_locale param from appearing in the successive requests like I reported yesterday in the behaviour 1: http://localhost:8080/Samples/ActionName.action?request_locale=pt_PT http://localhost:8080/Samples/AnotherActionName.action?request_locale= pt_PT http://localhost:8080/Samples/AndAnotherActionName.action?request_loca> le=pt_ PT We had developed some actions in webwork 2.2.2 and this behaviour doesn't happen, it appeared migrating to version 2.2.4 Apologise for reporting an issue without entering a new forum message. Because webwork has recently released version 2.2.4 and in the version 2.2.2 it works fine I thought that there was a bug in the integration of the i18n interceptor Moved from WW to XW since I18nInterceptor lives in xwork.
Added sample to webwork's showcase to show proper usage.
You need to set includeParams="none" for your URLs as mentioned above. Commited as Rev 2876 in webwork's SVN repo. | ||||||||||||||||||||||||||||||||||||||||||||||
Also, before submitting a bug report, please consult the user forum at http://forums.opensymphony.com/forum.jspa?forumID=1 to see if it's indeed a bug.