Questions tagged as 'foreach-jstl'

1
answer

Blank space JSTL

I'm having a really annoying problem, when my jsp is mounted I have a foreach in jstl that leaves my absurdly giant final code, worse than I realized it's just white space. Here is the code: <c:forEach var="column" items="${tela.targetXm...
asked by 29.06.2017 / 15:01
2
answers

Select 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 items="${filaEmpresa }" var = "fil...
asked by 09.12.2017 / 13:32