I've tried the Struts logic and the JSTL tag version of instanceof, like
these (below), but get errors returned implying that instanceof doesn't
exist as a valid option.
Does it exist? Am I doing something wrong? Can someone give me an example,
please?

Thanks,
Frank.

*** examples ***

<logic:instanceof name="myBean" className="foo.MyType">
 ...
</logic:instanceof>


<c:if test="${myBean instanceof foo.MyType}" >
 ...
</c:if>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to