How would I get the length of an ArrayList using a JSF EL expression?
ArrayList
#{MyBean.somelist.length}
does not work.
You can eventually extend the EL language by using the EL Functor, which will allow you to call any Java beans methods, even with parameters...