Check a collection size with JSTL by IT Nursery How can I check the size of a collection with JSTL? Something like: <c:if test="${companies.size() > 0}"> </c:if> 4 Answers 4