Posts by Cloudcon • 11 points
2 posts
-
0
votes2
answers1966
viewsA: Return of select objects (Combobox) with Hibernate + JSP + Vraptor. Does not fill relationship between tables
The comboBox on the screen was like Disabled, for this reason the Vraptor does not identify the object. To solve it I enabled the combobox before post and disabled again after post.…
-
1
votes2
answers1966
viewsQ: Return of select objects (Combobox) with Hibernate + JSP + Vraptor. Does not fill relationship between tables
I have an object TabelaPrecoItem with all the structure formed and almost everything working, follows the model of the model. @Entity @Table(name = "fov_tabela_preco_itens") public class…