0 Replies Latest reply on Oct 13, 2005 12:56 PM by urswag

    JSTL if statement does not work

    urswag

      The index2.jsp will be not included. loggedIn is a boolean property of the bean Partner.

      <c:if test="${Partner.loggedIn==false}" >
      <%@include file="login2.jsp" %>
      </c:if>

      And rather astonishing

      <c:out value="${Partner.loggedIn}"/> prints out ${Partner.loggedIn}

      Has anyone a good solution?

      Urs