Questions tagged as 'primefaces'

0
answers

Restricting line selection

Guys, I'm having a problem selecting the rows in a datatable I created here. It allows me to select the first two lines, however, the others it does not leave. It does not even have the effect of hover . <p:dataTable var="p"...
asked by 22.10.2015 / 16:06
2
answers

How to get value from selectOneMenu primefaces?

Good evening. I have a little problem chatinho about 3 days, I can not get the value of selectOneMenu for the product, for example: I have three categories of products: Tapiocas, Snacks and Beverages. When selecting one, the low select updates w...
asked by 29.09.2015 / 01:50
1
answer

Dialog with dataTable is not displayed

I have a dialog with a dataTable , but clicking the button that should open it does not happen. It also has a dataTable inside it that should have values corresponding to the line in which it corresponds to dataTable . Coul...
asked by 01.11.2015 / 15:34
1
answer

Organizing issues for on-screen viewing

Good evening. I have a String attribute that receives a question coming directly from a textArea. My problem is that I can not leave the questions at the time of displaying the same as registering them. Ex: Register a question like this:...
asked by 23.10.2015 / 04:41
1
answer

Primefaces 5.2 inputNumber does not send the updated value to the Bean

When submit of form occurs through enter , being focused on inputNumber and changing its content, this new value does not update the variable in Bean . However, if submit occurs by clicking the button, the...
asked by 13.09.2015 / 00:34
1
answer

Refresh datatable when performing autocomplete search

Good morning everyone .. Could anyone get a question? Good is this, I have a component of primefaces autocomplete and a datatable, however when I perform a autocomplete search, it does not update my datatable, how do I do this? Below is my au...
asked by 27.08.2015 / 16:11
1
answer

Method being called twice while loading page

I have a JSF+PrimeFaces system and a page where I have a dataTable, this dataTable is populated as follows: <p:dataTable value="#{tarefaBean.listar()}" id="tarefaTable" var="tarefa" style="margin-top: 20px"...
asked by 27.07.2015 / 20:47
0
answers

How to integrate my User to Spring Security xml

I'm starting to learn Spring Security and I'm having some doubts. I used to authenticate users using phaseListener . I have the User MB where its scope is @SessionScoped . How can I pass this user and configure it in this xml:...
asked by 05.08.2015 / 20:55
2
answers

Error in update selectOneRadio

I'm trying to update the value and percentage field of the page under development. When I put in ajax the option: update=":formDlgSolicitacao:idPercentual :formDlgSolicitacao:idValor" it does not update the field, when I enter update="...
asked by 02.09.2015 / 16:12
1
answer

Error generating report with Jasper Reports using JSF

I'm following a tutorial which explains how to generate reports with iReport using JSF . I mounted my report in iReport and it is working perfectly, that is when I give a preview all the data the bank I selected is loaded into t...
asked by 21.08.2015 / 19:01