Leszek Gawron wrote:
Antonio Gallardo wrote:
Leszek Gawron dijo:
Antonio Gallardo wrote:
Leszek Gawron dijo:
Stephan Coboos wrote:
Why not using ${mySet.size()} ? Doesn't it work?
It does not .. it looks like some kind of reserved keyword.
AFAIK it must work. Why do you think this is a reserved word?
at least it is treated specially.
Try to invoke a size method on a java.util.Set (HashSet for example). In
JXTG of course.
why this method ca be special. I don't saw any "special case" for Set or HashSet inside the code.
I already use this:
<jx:set var="sizeOfList" value="${bean.myList.size()}"/>
because the list IS handled by ASTSizeFunction class. See JEXL sources. lg
Just to throw this into the pot:
I remember this question coming up on either dev or user list in the past. Probably around nov/dec last year. Christopher Oliver gave a sensible answer which explained how to get around this. But in my brief search I haven't found his message I'm afraid.
Upayavira
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
