What is the JSTL equivalent of this logic tag?
<logic:present name="org.foo.ATTRIBUTE" scope="request">
I tried this:
<c:when test="${org.foo.ATTRIBUTE != null}">
but it didn't work. Neither did "${!empty org.foo.ATTRIBUTE}".
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]