thank you, just for your information, this was the error source. I did as
mentioned there:

If you take these out of:

specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/web.xml
specialpurpose/ecommerce/webapp/ecomclone/WEB-INF/web.xml

+ <filter-name>CatalogUrlFilter</filter-name>
+ <display-name>CatalogUrlFilter</display-name>
+ <filter-class>org.ofbiz.product.category.CatalogUrlFilter</filter-class>
+
<init-param><param-name>defaultLocaleString</param-name><param-value>en_US</param-value></init-param>
+
<init-param><param-name>redirectUrl</param-name><param-value>/control/main</param-value></init-param>
+ </filter>
...
<filter-mapping>
+ <filter-name>CatalogUrlFilter</filter-name>
+ <url-pattern>/*</url-pattern>
+ </filter-mapping>

The search returns normal.


after that it worked and I also had no problems with url's etc.

Great!



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Language-code-UTF-8-when-adding-a-new-address-on-Ecommerce-tp4639488p4643814.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to