Posts by micael • 11 points
3 posts
-
0
votes1
answer64
viewsQ: Webservice Rest
I’m wondering how do I send one post in format json using a form. That’s the form that I use: <form action="rest/carros" enctype='application/json' accept-charset="utf-8" method="post">…
-
1
votes2
answers437
viewsQ: Question how to submit a JSF form using <p:confirmDialog>
I wanted to know how I send a form using the p:comfirmdialog. The idea is to get the message tem certeza ?, with the options sim or não. If you click sim, then it sends the Form. <p:commandButton…
-
0
votes0
answers29
viewsQ: only a commandbuttom works
<ui:define name="titulo da pagina">Cadastro De Bairro</ui:define> <ui:define name="miolo"> <div class="conteudo_do_modulo"> <h:form id="Salvar" acceptcharset="ISO-8859-1"…