Posts by Day Claudino • 1 point
4 posts
-
0
votes0
answers17
viewsQ: Select table item and generate Jasperreport
How do I generate a Jasperreport by clicking on an item in a table? My question more precisely is that when clicking on the table row the method would be get (requestMapping), then as from there how…
-
-1
votes1
answer851
viewsQ: Error adding students to a class 'The Given id must not be null! '
When I click on Include student appears this error but I do not understand why, someone to give me a light, thank you. Console error java.lang.Illegalargumentexception: The Given id must not be…
-
0
votes0
answers45
viewsQ: How to upload Manytoone entity relationship and save to database?
How do I upload (Multipartfile) with Manytoone relationship, in my case I want to upload image in a Call(Entity). Follow the code below: @Entity @DynamicUpdate public class FileInfo { @Id…
-
0
votes1
answer351
viewsA: Delete database record with ajax+spring boot+Thymeleaf
In case you haven’t solved it yet, I did so see if it helps. $('#confirmacaoExclusaoModal').on('show.bs.modal', function(event) { var button = $(event.relatedTarget); var Codigo =…