Questions tagged as 'primefaces'

2
answers

Doubt of how to submit a form in JSF using p: confirmDialog

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...
asked by 21.10.2015 / 13:22
1
answer

How to break to the end of the line checkBox

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...
asked by 12.11.2015 / 19:25
1
answer

Which version of primefaces extensions is compatable with primefaces 3.5?

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.     
asked by 07.10.2015 / 15:41
2
answers

Redirect JSF error

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...
asked by 06.10.2015 / 15:49
1
answer

Target Unreachable, 'reply' returned null - SelectOneRadio

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...
asked by 30.10.2015 / 15:43
1
answer

Problem with autocomplete Primefaces

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:...
asked by 28.08.2015 / 14:13
1
answer

commandbutton executes method, but being null values. Why are not the inputstexts values assigned to the class attributes?

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...
asked by 30.08.2015 / 15:27
1
answer

Pass a file name downloaded with p: fileDownload

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...
asked by 24.08.2015 / 17:04
1
answer

Calling a JSF popup from a Managed Bean

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,...
asked by 24.08.2015 / 18:34
1
answer

Space between columns in theGrid panel

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...
asked by 17.09.2015 / 19:11