expression language problem
<c:set var="test" value="${20+1}"/>
<c:if test ='param.page = 21}'>
</c:if>
hi i have to do some calculations whenparam.page equals 21. but it never reaches the code inside tehif conditionalthough the parameter im using is 21 but still not working.
where im going wrong.
thanks

