I use the following expression on my jsp
<c:set var="flag" value="false" />
I have a condition inside a for each loop where I can change this variable to true. Is there any way to do this. I searched everywhere, but could not find a solution.
source share