Most voted "foreach-jstl" questions
3 questions
Sort by count of
-
3
votes1
answer125
viewsWhite space JSTL
I have a very annoying problem, when my jsp is mounted I have a jstl foreach that leaves my final code absurdly giant, worse than I realized it’s just blank space. Follows the code : <c:forEach…
-
1
votes2
answers35
viewsSelect does not select the correct value
I have the following problem: <select name="cargo" id="selectCargo" class="form-control show-tick maiuscula" required > <option value="">ESCOLHA A EMPRESA</option> <c:forEach…
-
0
votes1
answer69
viewsprint Map Object results with JSTL/JSP
Good evening everyone, I would like to know how to print the values of the Map Return Object with jstl? I tried to do with foreach, but the values does not return anything. Follow my implementation:…