| Author |
Get collection size
|
Otilia Marcu
Greenhorn
Joined: Jan 19, 2006
Posts: 4
|
|
Any ideea about how to get collections size in JSTL? <c ut 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
|
|
If using JSP 2.0 and JSTL 1,1: ${fn:length(whatever)}
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Get collection size
|
|
|