It is going to be a boolean. You can check it by comparing in a
<c:if test="${refreshSent eq false}">
and
<c:if test="${refreshSent eq 'false'}">
The second is a string comparison.
It is going to be a boolean. You can check it by comparing in a
<c:if test="${refreshSent eq false}">
and
<c:if test="${refreshSent eq 'false'}">
The second is a string comparison.