After 7 years... the facelets solution still works fine for me as a jsf user
include the namespace as
xmlns:fn="http://java.sun.com/jsp/jstl/functions"
and use the EL as
#{fn:length(myBean.someList)} for example if using in jsf ui:fragment below example works fine