aspose file tools
The moose likes JSP and the fly likes Get collection size Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Get collection size" Watch "Get collection size" New topic
Author

Get collection size

Otilia Marcu
Greenhorn

Joined: Jan 19, 2006
Posts: 4
Any ideea about how to get collections size in JSTL?

<cut value="${map.numberOfItems}"/> seems not dooing good work ....


What is the right way?


chamade76
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

If using JSP 2.0 and JSTL 1,1:

${fn:length(whatever)}


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Get collection size
 
Similar Threads
Finding Dimensions of a Two dimensional array
Ajax Size Limit
about "pop up center"
enlaring input box
Scrolling with JDialog