From: "draegoon Z" <[EMAIL PROTECTED]>

> Just trying to find the ${my_collection.size} or ${my_collection.length}!
> Why is it not that simple?

Unfortunately, the Collection interface only has a 'size' method, not the
'getSize' that would be required for what you wrote to work.

What are you trying to do?  Maybe there's another way to get it done.  IOW,
why do you need the size?

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to