Posts by Raimundo Almeida Matos • 35 points
11 posts
-
0
votes1
answer204
viewsA: Loading Lazy in Datatable of Primefaces does not bring the record data
It’s all sorted out. I did so `private Lazydatamodel model model; public PagamentoTributoCdgBean() { this.limpar(); this.limparBaixa(); // Busca filtro = new MovimentoPagarLancamentoFilterCdg();…
-
2
votes1
answer204
viewsQ: Loading Lazy in Datatable of Primefaces does not bring the record data
I got a shipment lazy in DataTable of Primefaces, and in this table I upload I want to edit a record. Clicking on the line will open a dialog with a form for editing that record. But clicking on the…
-
0
votes1
answer166
viewsQ: Report to Jasperreports returning blank pdf table
Good morning, I have a system in javaEE Primefaces and Jsf, I created the reports with Jasperreports, it was all worked, but after an update of the Instancia linux ec2 AWS, the reports are returned…
-
0
votes1
answer90
viewsA: Traverse lines from a javaEE, jsf2, and Primefaces datatable with Keyboard arrows?
The code misses Asim. <p:dataTable id="tabelaBancos" paginator="true" rowsPerPageTemplate="5,10,15" value="#{lancamentoTributoCdgBean.listaBancos}" var="item" paginatorPosition="bottom"…
-
0
votes1
answer90
viewsQ: Traverse lines from a javaEE, jsf2, and Primefaces datatable with Keyboard arrows?
I found this code on the Internet, but part of it was discontinued xhtml: <p:hotkey bind="down" update=":testform:tabletest" action="#{aBean.moveDown()}" /> aBean: public void moveDown() {…
-
1
votes1
answer34
viewsA: How do I make a for in a list and change results using javaEE
I have already found a solution and many thanks to my fellow Members. I created a class Lowering (with a list of Trial), and a class Trial with two objects(Bench; Baixapabamento) and in the bean I…
-
0
votes1
answer34
viewsQ: How do I make a for in a list and change results using javaEE
I have an object called (Bank) that has several accounts, with balance in these accounts I make payments of various expenses. what I want is to get all the expenses paid and to give low in the bank…
-
0
votes1
answer537
viewsA: Error trying to validate @CPF and @CNPJ with Hibernate jSf2
Good people as the above error is solved, I updated for Hibernate 5.2.4 and changed the code Beans.xml<interceptors>…
-
0
votes1
answer537
viewsQ: Error trying to validate @CPF and @CNPJ with Hibernate jSf2
Good evening I have a system project in Javaee with JSF2 Primefaces. I’m using the @CPF and @CNPJ mappings from Hibernate, in the same attribute. But this giving error "WARN: HV000129: EL Expression…
-
0
votes1
answer193
viewsQ: Report one object at a time with Jaspersoft Studio
I have a system of loose notes in jsf and primefaces. I was able to generate a set report of several notes at the same time, searching through two input parameters, initial date and final date. But…
-
0
votes1
answer158
viewsQ: Error when trying to edit a record: component<p:selectManyCheckbox/> failed to lazily initialize a Collection of role:
Hello personal I have no experience with java and would like to receive help. I’m mapping SEVERAL lists with @Manytomany(Scade = Cascadetype.ALL) and I’m getting the following excpetion when I try…