What is the equivalant of if()else if()else if() in JSTL I tried using
if()else if()else if()
<c:choose> <c:when></c:when> <c:when></c:when><c:otherwise> <c:when></c:when> </c:otherwise> </c:choose>