[
https://issues.apache.org/jira/browse/OFBIZ-8264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500354#comment-15500354 ]
Shi Jinghai commented on OFBIZ-8264:
------------------------------------
Thanks David!
This bug is confirmed in my local environment. It's introduced by rev. 1426787. If you changed the setSessionLocale as it's in common-controller.xml, then the bug will disappear:
<request-map uri="setSessionLocale">
<security https="true" auth="false"/>
<event type="java" path="org.ofbiz.common.CommonEvents" invoke="setSessionLocale"/>
<response name="success" type="view-last" value="main"/>
<response name="error" type="request" value="main"/>
</request-map>
I'll try to check what rev.1426787 works for later.
> changing language in ecommerce doesn't work
> -------------------------------------------
>
> Key: OFBIZ-8264
> URL:
https://issues.apache.org/jira/browse/OFBIZ-8264> Project: OFBiz
> Issue Type: Bug
> Components: specialpurpose/ecommerce
> Affects Versions: Release Branch 15.12
> Environment: OS X Ei Capitan 10.11.2
> Reporter: David Chen
> Assignee: Shi Jinghai
>
> 1.check out release 15.12,
> 2.start by "ant load-demo start"
> 3.open url "
http://localhost:8080/ecommerce/",
> 4.try to change language with dropdown list
> it doesn't work. It works in trunk and earlier version 13.7
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)