JSTL functions
Function length

int length(java.lang.Object)
Returns the number of items in a collection, or the number of characters in a string.

Example:
You have ${fn:length(shoppingCart.products)} in your shopping cart.


Function Information
Function Classorg.apache.taglibs.standard.functions.Functions
Function Signatureint length(java.lang.Object)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.