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()}"/>
The bean is a class that contains a List. The size method works fine. It
is not a keyword.
Best Regards,
Antonio Gallardo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]