Re: [S2] Testing for size of Collection inside a s:if

2007-04-11 Thread Dave Newton
--- Harring Figueiredo <[EMAIL PROTECTED]> wrote: > I thought that this would call getIsEmpty(), from > other examples I have seen. It's a fake "property" because Java collections (and arrays... and... etc. :) are broken :/ d. ___

Re: [S2] Testing for size of Collection inside a s:if

2007-04-11 Thread Harring Figueiredo
Dave, Thank for the reply. I thought that this would call getIsEmpty(), from other examples I have seen. Let me try it again. hf On 4/11/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Harring Figueiredo <[EMAIL PROTECTED]> wrote: > d. ___

Re: [S2] Testing for size of Collection inside a s:if

2007-04-11 Thread Dave Newton
--- Harring Figueiredo <[EMAIL PROTECTED]> wrote: > d. Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/features_spam.html

[S2] Testing for size of Collection inside a s:if

2007-04-11 Thread Harring Figueiredo
Folks, How do I call the isEmpty() method (or any other non-bean conforming method) inside a tag? I can test for null as: But, I also need to test for empty collection. Thank you in advance. hf