Posts by gtamele • 1 point
3 posts
-
0
votes1
answer62
viewsA: Spring + Ibernate + jsp
Another much simpler alternative that served to fix this bug, was to create in the class to which the combobox items belong, for my case Departamentovo, a constructor that takes a String as…
spring-mvcanswered gtamele 1 -
0
votes1
answer62
viewsQ: Spring + Ibernate + jsp
When submitting my form, an error arises due to this excerpt: <select name="departamento" style=" width : 354px;"> <c:forEach var="departamento" items="${allDepts}"> <option…
spring-mvcasked gtamele 1 -
-1
votes1
answer455
viewsQ: Spring + Javascript
I have a JSP form, in which I embed Javascript, and once I do client-side validations, I created a Java function "save(param)". When clicking on the save button, the function Avascript "save(param)"…
spring-mvcasked gtamele 1