SyntaxFix
Write A Post
Hire A Developer
Questions
There's also the function tags, a bit more flexible:
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <c:if test="${fn:length(list) > 0}">
And here's the tag documentation.