Posts by Jederson Andre • 1 point
2 posts
-
0
votes1
answer60
viewsA: Error trying to update record with Spring MVC
The solution I found was the following, in my list form.jsp <h2>Prestadores cadastrados</h2> <hr> <div> <table> <thead> <tr> <td>CODIGO</td>…
-
0
votes1
answer60
viewsQ: Error trying to update record with Spring MVC
Good afternoon devs... I am studying spring mvc, in my system I have a controler that has a mapped method as @getmappint(/search/{id}), as below: @GetMapping("buscar/{id}") public ModelAndView…