I would like to know how I can send a Form using 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 v...
The courses are going out without formatting, there are more courses and they are not appearing on the registration screen.
HowtobreakthisintoXHTML?Code:<h:panelGridcolumns="2" cellpadding="5">
<p:outputLabel value="Cursos" for="cur...
I use primefaces 3.5 in my project and intend to use Primefaces Extension.
I would like to know which newest version of Primefaces Extension is compatible with version 3.5 of Primefaces.
To trying to pass two parameters to another example page:
<p:commandButton icon="ui-icon-pencil" action="form?faces-redirect=true&id=cargo.id"></p:commandButton>
But I get this error:
A referência à entidade "id" deve term...
I can not get the value of my selectOneRadio , it comes as null :
<p:dataTable id="exibePerguntas" var="questao" paginator="true"
rowsPerPageTemplate="2,3,5,10,12" paginatorPosition="bottom"
value...
I have <p:autoComplete> working, and I have a commandButton that opens dialog so I can make a new one. The dialog opens, I fill in the fields however at the time of saving this exception is thrown:
SEVERE:...
In all the examples I saw in the code below, the normal occurrence was when the xhtml page was started creating a new client-type object. Through the values entered in the inputs, set the attributes of this object and the commandbutton could use...
I have a method that generates a PDF report with Jasper and returns a DefaultStreamedContent . I call the method no <p:fileDownload> this way:
<p:fileDownload value="#{listarReembolsoBean.getSampleReportPDF(reembo...
I use this JavaScript to call a popup on JSF :
function showMyPage() {
window.open('./showMyPage.xhtml','mywindow', 'resizable=no,toolbar=no,scrollbars=yes,height=450,width=530,top=145,left=235');
return true;
}
But,...
I have 4 columns, and I want the last 2 more separated from the first. I can not. anyone help?
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or...