Posts by Luiz Fernando Augusto • 53 points
2 posts
-
2
votes2
answers1318
viewsQ: Problem when passing polluted bean to controller and insert in BD using Java with Spring mvc
I wish you could help me with this problem that is occurring in my application. Below is the code: package br.com.estoque.Controller; import java.util.Map; import…
-
3
votes2
answers1762
viewsQ: Pass JSP model to Springmvc controller
Could someone please explain to me how to correct my JSP error? This form will serve to register products in my system, it receives a list of product categories from the database. My Product…