Posts by Cleyton Candido • 19 points
2 posts
-
-1
votes1
answer746
viewsA: omnifaces does not recognize CDI configured in Tomcat
The solution is not mine, but as it seems to be the same problem to which I was put the solution finds to which solved my problem... "The problem is the artifact, but if you use this version will…
-
2
votes1
answer859
viewsA: How to render a jsf component through the bean?
<p:outputLabel class="required" value="Tipo de Pessoa:" for="tipo" /> <h:panelGroup> <p:selectOneRadio id="tipo" value="#{cadastroClienteBean.cliente.tipo}"> <f:selectItems…