You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by "Robert G." <ga...@mercon24.de> on 2013/02/20 11:59:28 UTC

Language code (UTF-8) when adding a new address on Ecommerce

Hey Guys, 

When I am a customer and add a new postall-address, the form does not accept
utft-8. When I put in umlauts (german äöü), the result are strange signs in
the database. The weired thing is, when I go over the administration on
party manager and add an address there, everything is fine.

To add "accept-charset="UTF-8" does not help. Also my Meta header is set to
UTF-8

Does anyone have an idea? This is the only one form where the problem
exists.





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

Re: Language code (UTF-8) when adding a new address on Ecommerce

Posted by Sebastian Wachinger <s....@komdata.net>.
Please see
https://issues.apache.org/jira/browse/OFBIZ-4535?focusedCommentId=13788313&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13788313



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

Re: Language code (UTF-8) when adding a new address on Ecommerce

Posted by Sebastian Wachinger <s....@komdata.net>.
Please see my comment on
https://issues.apache.org/jira/browse/OFBIZ-4535?focusedCommentId=13788313&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13788313



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

Re: Language code (UTF-8) when adding a new address on Ecommerce

Posted by Sebastian Wachinger <s....@komdata.net>.
Please see my comment on
https://issues.apache.org/jira/browse/OFBIZ-4535?focusedCommentId=13788313&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13788313



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

Re: Language code (UTF-8) when adding a new address on Ecommerce

Posted by Sebastian Wachinger <s....@komdata.net>.
Please see my comment on
https://issues.apache.org/jira/browse/OFBIZ-4535?focusedCommentId=13788313&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13788313



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

Re: Language code (UTF-8) when adding a new address on Ecommerce

Posted by Sebastian Wachinger <s....@komdata.net>.
Please see my comment on
https://issues.apache.org/jira/browse/OFBIZ-4535?focusedCommentId=13788313&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13788313



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

Re: Language code (UTF-8) when adding a new address on Ecommerce

Posted by "Robert G." <ga...@mercon24.de>.
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.

Re: Language code (UTF-8) when adding a new address on Ecommerce

Posted by Mike <mz...@gmail.com>.
By the way, I believe stock 11.04 will probably work if these issues are
related.

On Wed, Feb 20, 2013 at 9:34 AM, Mike <mz...@gmail.com> wrote:

> It is probably related to this bug entered in Oct-2011.
>
> https://issues.apache.org/jira/browse/OFBIZ-4535
>
>
> On Wed, Feb 20, 2013 at 2:59 AM, Robert G. <ga...@mercon24.de> wrote:
>
>> Hey Guys,
>>
>> When I am a customer and add a new postall-address, the form does not
>> accept
>> utft-8. When I put in umlauts (german äöü), the result are strange signs
>> in
>> the database. The weired thing is, when I go over the administration on
>> party manager and add an address there, everything is fine.
>>
>> To add "accept-charset="UTF-8" does not help. Also my Meta header is set
>> to
>> UTF-8
>>
>> Does anyone have an idea? This is the only one form where the problem
>> exists.
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/Language-code-UTF-8-when-adding-a-new-address-on-Ecommerce-tp4639488.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>

Re: Language code (UTF-8) when adding a new address on Ecommerce

Posted by Mike <mz...@gmail.com>.
It is probably related to this bug entered in Oct-2011.

https://issues.apache.org/jira/browse/OFBIZ-4535

On Wed, Feb 20, 2013 at 2:59 AM, Robert G. <ga...@mercon24.de> wrote:

> Hey Guys,
>
> When I am a customer and add a new postall-address, the form does not
> accept
> utft-8. When I put in umlauts (german äöü), the result are strange signs in
> the database. The weired thing is, when I go over the administration on
> party manager and add an address there, everything is fine.
>
> To add "accept-charset="UTF-8" does not help. Also my Meta header is set to
> UTF-8
>
> Does anyone have an idea? This is the only one form where the problem
> exists.
>
>
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Language-code-UTF-8-when-adding-a-new-address-on-Ecommerce-tp4639488.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>