Author | Message |
---|---|
shussain
Posts: 21
|
Posted 07:55 Feb 08, 2013 |
Dr Sun, I have uploaded GuestBook.jsp, AddComment.jsp, EditComment.jsp files on cs3 along with classes, but for some reason i am unable to access GuestBook.jsp and it through error as following: "An exception occurred processing JSP page /GuestBook.jsp at line 17" and i have this at line 17: org.apache.jasper.JasperException: An exception occurred processing JSP page /GuestBook.jsp at line 17 17: <c:if test="${f:length(gb.entries)== 0}">
18:<p>No comments yet.</p>
19:</c:if>
20: <c:set var="temp" value="0" /> When i trying to run on eclipse the same thing it runs fine, its just cs3 server which causes this error. I have tried changing scope in my GuestBook.jsp to page but still it doesn't work. For reference i have attached screenshot of error. |
cysun
Posts: 2935
|
Posted 08:14 Feb 08, 2013 |
Read the error message carefully. |