Chapter 2
Hi, I am new to JSP. I am confused with the exercises solution, exercises 2 for chapter 2. I copied exactly same code from the exercise solutions,and I got error messages. After careful check with my typing, I found the <c:otherwise/> appears in the news.jsp, weather.jsp, and entertain.jsp. For my understanding, it should be worked as a pair:
<c:otherwise> </c:otherwise>. Could you please what is the different between <c:otherwise/> and <c:otherwise> </c:otherwise>.
Many Thanks!
|