Questions tagged as 'primefaces'

1
answer

JSF REQUIREMENTS

If I make a Request for my bean and this bean will make a query in a list. A list of cpf for example. Can I update the client of this request with every result of this loop made in the bean? I ask this because often this list can be extensive...
asked by 14.08.2017 / 07:57
1
answer

After request AJAX input does not return value to ManagedBean?

I am building an address registration form and I have implemented the combos for State and City respectively. They work in the usual way, with the combo of the city being filled according to the value selected by the state combo. I have read...
asked by 04.04.2017 / 03:13
1
answer

Save object with uppercase vs. lowercase letter

I think I had posted a question earlier than this, but I did not find it. I have a Manufacturer entity where I want to persist, to avoid differentiating between uppercase and lowercase letters, can I save an Object with all capital letters or...
asked by 28.03.2017 / 03:51
2
answers

Adjust only one component

With this css I change all inputs of my autocomplete : .ui-autocomplete-multiple ul{ padding:0; background-color: red !important; } The problem is that I need to merge only one screen and not all of them, how can I refe...
asked by 25.04.2017 / 15:42
1
answer

Export datatable to PDF

I'm using Java, JPA, Primefaces, Wildfly, I have a datatable that I need to export to PDF, in excel it just adds the poi.jar that works but in PDF I do not know which poi I should add, / p>     
asked by 09.02.2017 / 14:29
2
answers

pass several parameters in ireport

I have the following problem: I created in Java a selectcheckbox , where the person will select several objects; when I send to managed bean , I get these objects listed. Now I want to send as a parameter to ireport to generat...
asked by 16.06.2017 / 20:33
1
answer

Primefaces get chosen value in autocomplete

I'm working with AutoComplete of primefaces and I'm having a problem. For example, the user types the OSW word in the combo and then dropdown lists all contracts that have the term OSW . So far so good, but when the user...
asked by 31.01.2017 / 18:26
1
answer

Modularising registration forms in JSF is possible?

The question is this ... although the problem does not involve JPA / ORM I find it interesting to contextualize. My project has an @Entity Address and as the name suggests it is an entity responsible for storing data related to the real est...
asked by 21.03.2017 / 04:20
1
answer

Show text when mouseover in autocomplete

I have the following autocomplete: <p:autoComplete id="meuId" label="#{messages['mesage']}:" completeMethod="#{metodo}" var="bean" itemValue="#{bean.id}" itemLabel="#{bean.descritivo}" dropdown="true"...
asked by 06.12.2016 / 14:08
1
answer

How to scan a signature with java

I need to get the signature on a document but would not like to print the same. Does anyone know to indicate a signature pad that works with the primefaces?     
asked by 28.11.2016 / 17:32