I see now that the problem appears to be that the c tag is assuming "org.foo.ATTRIBUTE" means org.getFoo(), etc. How can I tell the c tag that "org.foo.ATTRIBUTE" is the name of the request attribute, not "org"?

Thanks,
Erik


Erik Weber wrote:

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]



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



Reply via email to