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

--
Leszek Gawron                                      [EMAIL PROTECTED]

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



Reply via email to