Basically there are 2 ways to get the size of a collection / list in xhtml.
1. jstl function
Done!!
1. jstl function
#{ fn:length(myList) }2. call the size() function directly
#{ myList.size() }
Done!!
No comments:
Post a Comment