0
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 news registration form, send the section to which it should be part.
Note: I already have the list of sections available in JSP and the user selects the section for the news that will register through a selection field. However I do not know how to pass the dried object as attribute of the news that will be registered. Someone can help me?
Thank you.