Posts by Marcos André Machado da Silva • 45 points
4 posts
-
1
votes1
answer271
viewsQ: JSF problem in Logoff method
Good night I have the following problem, I have a JSF application and I need to do a logoff command, I did several and all gave the same result, it "kills" the user’s session (logs in), but does not…
-
0
votes1
answer2243
viewsA: Famous error: Conversion error when setting the value XXX to 'null Converter'
A friend handed me a convert that worked, worked perfect follows: @FacesConverter("equipeConverter") public class EquipeConverter implements Converter { @Override public Object…
-
0
votes1
answer80
viewsQ: JSF change information in XHTML
Good night. I have a java/jsf application I’m having a hard time showing information in XHTML, Well I have a SelectOneMenu to save information in the bank: <p:selectOneMenu id="PermissaoAcesso"…
-
3
votes1
answer2243
viewsQ: Famous error: Conversion error when setting the value XXX to 'null Converter'
Good afternoon. I’m having the famous error "Conversion error when setting the value XXX to 'null Converter'." I’ve seen several topics here and in other forums, Showcase of the first faces and I…