Posts by cassioliveira • 16 points
3 posts
-
0
votes0
answers12
viewsQ: How to make partial submission through a dialog called in the datatable?
Hello, I have a datatable of the first faces that shows registered patients. In this datatable, I have a button that leads to a screen to inform the patient’s blood type (blood type and RH factor…
-
0
votes0
answers106
viewsQ: Primefaces 5.0 skinSimple attribute does not appear
I’m trying to use the fileUpload component of primefaces and for what I want, the attribute "skinSimple" is not appearing, as I saw demonstrated in the showcase. I even try to put the attribute…
primefacesasked cassioliveira 16 -
0
votes2
answers1896
viewsA: How to get the description of an Enum in xhtml?
Try it so it’ll work out: <p:selectOneMenu id="enumTipoLei" value="#{leiEditMB.bean.enumTipoLei}"> <f:selectItems value="#{leiEditMB.enumTipoLei}" var="tipoLei"…