Posts by user3461078 • 61 points
3 posts
-
3
votes3
answers1539
viewsA: <f:param sends id null and is released java.lang.Numberformatexception
After 5 months finding the solution to a problem that tormented me: Solution: Disable Ajax from link edit. In the registration form had the attribute required = "true" to avoid empty values. With…
jsf-2.2answered user3461078 61 -
1
votes0
answers483
viewsQ: JSF: Error messages inside the catch block does not appear on the screen
I have a JSF application and created a Basebean class to generate the messages that appear on the screen when an event occurs. Well, in Managedbean when I call the Basebean class to send a message…
-
2
votes0
answers2604
viewsQ: Problems with JSF converter: "f:convertNumber"
Good night to you all, In an application I developed in JSF the converter worked well running locally with local mysql database (JPA/Hibernate) but when I deployed the application and put it into…