Answer the question
In order to leave comments, you need to log in
How to hide variable in jstl?
Hello. Please help me solve the problem. In the page code
<c:forEach var="tariff" items="${allTariffs}" varStatus="loop">
${tempId.add(tariff.tariffId)}
<c:if test="${contract.tariff==tariff}">
Answer the question
In order to leave comments, you need to log in
for example like this:
<c:set var="t">${tempId.add(tariff.tariffId)}</c:set>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question