Hi,
how can i get the length(size) of the collection??
I have a collection in page scope and i'd like to check the length of this
collection.
I use <c:if test="${collection.length == 1}">
that's it
</c:if>
"collection.length" returns always 0. the same with "collection.size" and
"collection.itemCount"HELP!! thanks a lot regards Dmitri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
