facebook

jstl error

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #273275 Reply

    This code shows an error that the <tr> tag is never closed, but clearly it is.

    <tr
    <c:choose>
    <c:when test=”${true==true}”>class=”1″</c:when>
    <c:otherwise>
    <c:choose>
    <c:when test=”${true==false}”>class=”2″</c:when>
    <c:otherwise>class=”3″</c:otherwise>
    </c:choose>
    </c:otherwise>
    </c:choose>
    >

    #273302 Reply

    Loyal Water
    Member

    Ill ask my dev team to look into this issue. Thank you for your patience.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: jstl error

You must be logged in to post in the forum log in