Posts by Raul de Araújo • 3 points
1 post
-
0
votes1
answer150
viewsQ: How to send object as attribute from another JSP object to a Spring controller?
Hello, I have a class News story related to Manytoone with a class Secao. The Noticia class has an attribute of type Secao (where the @Manytoone relation occurs). I would like to know how to, in the…