What is the best way to write the following scriptlet code using Logic Tags.

 I tried to do it with present and notEmpty but couldn't get it to work.

<% if(session.getAttribute("KEY") != null){ %>

       if(session.getAttribute("KEY").equals("True"))
       {
             // Some HTML goes here.
       }

<% } %>

-Thanks 

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

Reply via email to