Community
Participate
Working Groups
Build Identifier: 20100617-1415 3.2. suddenly shows errors like: "Type mismatch: cannot convert from boolean to String" for code like <c:if test="${(pageContext.response.locale != 'en')}"> </c:if> or <c:if test="${('en' eq 'en')}"> </c:if>. The confusing thing: the line-number shown in the error-message doesn't correspond to line with the code (e.g. the code line is 58, and the line stated is 73), and in the editor you can't see the error-marker. Reproducible: Always Steps to Reproduce: 1. Enter the above stated JSTL - code 2. Start the validation (any way) 3. "Enjoy" the error
Thank you for your report. This should be fixed in 3.2.1 through bug 317062. *** This bug has been marked as a duplicate of bug 317062 ***