Posts by Osmael de Sousa Braga • 77 points
4 posts
-
4
votes2
answers725
viewsQ: Graphic overlay on chartJS
I have the following problem, arose the need to create graphs dynamically from a select that represents the schools of the system and as it is clicked generate a pie chart with their respective…
-
1
votes1
answer1746
viewsQ: Send a list of objects to Spring using Thymeleaf
I have the following problem, I have an Entity called Teacher and another called Class, Teacher is with @Onetomany relationship for Class and when I try to save the classes marked in my checkbox in…
-
0
votes1
answer1115
viewsQ: How can I take values from selected checkboxes and send as a List to Spring MVC?
All right? I’m having a doubt, I’m developing a system using Spring MVC and HTML 5 in View,e como renderizador estou utilizando o Thymeleaf. I’m trying to get all the selected values from a set of…
-
2
votes1
answer145
viewsQ: Spring MVC validation error in nested Entity
You guys all right? I started studying Spring recently by the courses of Algaworks and at the course progress I came across a problem in a project the part that I am developing. I have an Entity…