On 7/15/05, Neal Haggard <[EMAIL PROTECTED]> wrote:
> I tried both #{myCollection.size} and #{myCollection.size()}, neither of 
> which worked.  I'll look at the ValueBinding resolver suggestion as well, 
> thanks.

At least under JSF 1.1, those won't work.   size() is not a bean
getter method (It would have to be getSize() to work).

Reply via email to