How would I get the length of an ArrayList using a JSF EL expression?
ArrayList
#{MyBean.somelist.length}
does not work.
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
On screen it displays the Table size
Example: Table Size = 5
Table Size = 5