Size of a Map using JSTL

<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>

then use like this:

<c:out value="${fn:length(myMap)}" />