Re: AW: JSTL-EL question (instanceOf)
Luca Passani <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
that's indeed a solution, but I was a bit afraid that it might introduce
the potential for hard to detect bugs in case of subclasses....
Thanks
Luca
Eickvonder Bjoern wrote:
>Try
>
><c:if test="${item.class.name == 'MySpecialClass')}">
>
>that should work, or?
>
>
>