posted 18 years ago
Please folks, help me here:
If we have this:
<%@ taglib prefix="/WEB-INF/tlds/core.tld" uri="c" %>
<% int result = 1; %>
<c:if test="${2>1}" var="result"></c:if>
Result: ${result}
According to the mock tool�s answer, it would be "Result: true".
My question is..is that correct even if it�s a "int" primitive type?
Tks.
SCJP | SCWCD | SCBCD | SCWSD 5 | SCEA (I) 1.4 | SCEA 5 | IBM SOA 669