logic:present jstl equivalent?

2004-08-18 Thread Dean A. Hoover
I am attempting to change my application to use jstl wherever possible. Is there an equivalent in jstl for the logic:present tag? For example, I use: logic:present scope=session name=user is there some way to do this in jstl? Thanks. Dean Hoover

Re: logic:present jstl equivalent?

2004-08-18 Thread Deepak
Try c:if test=${user != null} --Do Something /c:if --Deepak - Original Message - From: Dean A. Hoover [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:37 PM Subject: logic:present jstl equivalent? I am attempting to change my application to use jstl wherever