Expression Language syntax problem with function calls
Seems the expression language syntax checker trips on method calls.
Using:
<c:if test="${requestScope.contacts.isEmpty() == false ||
requestScope.groups.isEmpty() == false}">
I get red squigglies on the () characters. This runs fine thou.
http://jetbrains.net/jira/browse/IDEA-4162
Please sign in to leave a comment.
Hmm... as far as I know, JSTL expression language doesn't allow method calls, period. I haven't dabbled with JSP 2.0 yet, and may be wrong in that regard, thou.