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...
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...
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...
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...
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>
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...
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...
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...
I have the following autocomplete:
<p:autoComplete id="meuId"
label="#{messages['mesage']}:"
completeMethod="#{metodo}" var="bean"
itemValue="#{bean.id}" itemLabel="#{bean.descritivo}" dropdown="true"...
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?