c:empty doesnt work on sets
Martyn Hiemstra <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Organization | Hiemstra Internet & Software Solutions |
| Message-ID | <[email protected]> |
Hi All
I have a question concerning the c:empty tag. I'm sure this question has
been asked before but I cant find an answer anywhere.
If I test a set if it's not empty by coding like this:
<c:if test="${!empty mySet}">
NOT EMPTY
</c:if>
I see NOT EMPTY printed on the screen if mySet is empty. If I'm not
mistaken this should be fixed in Standard-1.1 Taglib.
Any help would be appreciated.
Martyn