primefaces / community

Community Forum
0 stars 0 forks source link

Migrating 8 > 13: encoding issue with p:autoComplete #1700

Closed luccotta closed 2 months ago

luccotta commented 2 months ago

Hi, not sure if I should open a new issue. But I just tried PF 13.0.8 and the issue below still happens.

Thanks

Discussed in https://github.com/orgs/primefaces/discussions/1398

Originally posted by **luccotta** March 10, 2024 Hello, after migrating from 8 to 10, the `@FacesConverter` I use for my `p:autoComplete` is receiving a value with encoding issues. In `getAsString` I return "Português" but `getAsObject` is receiving "Português" when I select it in the` p:autoComplete` Any idea why? I'm using Tomcat 7, Java 11, Chrome Thanks