JSTL Illegal-text in "c:wählen Sie" tag: "<!— ..."

<c:choose>
    <c:when test="${somecondition}">
      ...
    </c:when>
    <!-- if not somecondition do otherwise -->
    <c:otherwise>
      ...
    </c:otherwise>
</c:choose>

Den obigen code werfen wird jspError, "JSTL Illegal-text in "c:wählen Sie" tag:"

InformationsquelleAutor eodgooch | 2013-01-23
Schreibe einen Kommentar