Posts by Bryan Motta • 1 point
2 posts
-
0
votes1
answer194
viewsA: Send by jsp a command for the controller to update the database method
I simplified my jsp form a little bit and sent the client id to be modified along with the value to be deposited <form:form action="${s:mvcUrl('TC#deposita').arg(0,cliente.id).build() }"…
-
0
votes1
answer194
viewsQ: Send by jsp a command for the controller to update the database method
I want to make a "deposit" into the account with Id "x". The controller sends the "account" to the jsp that returns the deposit value to be updated in the database. That was the logic I used, but I…