Posts by Cleiton Conceição • 9 points
5 posts
-
0
votes0
answers282
viewsQ: Laravel + DOMPDF - How do I count the number of pages in a report after downloading?
I saw several examples on the Internet but nothing that I can adapt to my code or that works. Example in the footer wanted to display like this. Page:1/30, 2/30 and so on, man controller is like…
-
0
votes2
answers342
viewsQ: How do I store 0 or 1 of a checkbox?
How do I store 0 or 1 of a checkbox with Laravel? Html <div class="custom-control custom-checkbox"> <input type="checkbox" name="dashboard" value="1" class="custom-control-input"…
-
0
votes1
answer98
viewsQ: Java Web - Remove Method Caused by: org.hibernate.Mappingexception: Unknown Entity: java.lang.Integer
Gent,and I’m trying to create a method in which I delete the database record. However, the following error is occurring: Caused by: org.hibernate.MappingException: Unknown entity: java.lang.Integer…
-
0
votes1
answer3142
viewsQ: JSP - java.lang.Illegalargumentexception: Parameter value [11] Did not match expected type [java.lang.Integer (n/a)]
CAN SOMEONE TELL WHAT I AM DOING WRONG? public List<Usuario> obterusuario(String user){ Consultar consulta = new Consultar (); EntityManager obconsulta = consulta.getEntityManager();…
-
0
votes1
answer111
viewsQ: JPA + JSP - Error trying to enter information into database
I have a problem that I’m not able to solve. I’m trying to enter the information in the bank and I’m not getting it. the browser is returning the following error when registering. Served at:…