Posts by Gustavo Menezes • 9 points
6 posts
-
-1
votes0
answers8
viewsQ: Searching/ sorting with Lazy datatable of the primefaces with columns that are class component attributes
I have a datatable Lazy of the first faces that I need to filter and research, in the Lazy datatable of the first faces every time page, filter or order is executed the following method public…
-
-1
votes1
answer210
viewsQ: Variable pom.xml that shows the location of the file
I use Ubuntu 18.04. My project is on an NTFS partition. I need to know which variable shows the location the pom.xml file is in. I’m using the ${basic} variable, but it’s not showing where the…
-
0
votes1
answer214
viewsQ: Java Restful API gets wrong date from POST JSON
I have a java Rest API that is getting the wrong date. Javascript sends the following JSON: { "pessdtcad": "2018-02-24", "dataNascimento": "1984-05-18", "nome": "GUSTAVO DE FREITAS", "sexo": "M", }…
-
1
votes0
answers1123
viewsQ: Send JSON Javascript post method
I have a Restful API written in Java, which has implemented GET and POST methods, tested the methods with the Postman application and are working. Follows the class Filter @Override public void…
-
0
votes2
answers665
viewsA: Print image (relative path) Jasper Report
Good morning, everyone! I managed to solve by doing the following: created a parameter in the report named LOGO_DIR which matches my system’s image folder and filled in the report call…
-
0
votes2
answers665
viewsQ: Print image (relative path) Jasper Report
Good morning to you all! I’m trying to print a logo in the Jasper Reports report if I put the address "http://meuservidor.com.br/imagens/logo.png" works, but I wanted to put the image path that is…