Good night everyone,
In an application I developed in JSF the converter worked fine running locally with local mysql bank (JPA / Hibernate)
But when I deployed the application and put it into production (server) it did not work as it should. The Tomcat versions are the same.
output on local machine:
Serveroutput:
See that in addition to not showing the "R $" of the currency the values are unconfigured!
Can anyone help?