Author: jleroux Date: Sun Oct 15 06:02:24 2017 New Revision: 1812213 URL: http://svn.apache.org/viewvc?rev=1812213&view=rev Log: Fixed: setLocaleFromBrowser request missing for webpos component (OFBIZ-9847)
Step to regenerate: Login to webpos component (https://localhost:8443/webpos/control/main) You get an error in logs Thanks: Aditya Modified: ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml Modified: ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml?rev=1812213&r1=1812212&r2=1812213&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml (original) +++ ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml Sun Oct 15 06:02:24 2017 @@ -19,6 +19,7 @@ <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Site-Conf" xsi:schemaLocation="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf.xsd"> + <include location="component://common/webcommon/WEB-INF/common-controller.xml"/> <description>Web Pos Component Site Configuration File</description> <errorpage>/error/error.jsp</errorpage>

