回 帖 发 新 帖 刷新版面

主题:怎么总是出现这些错!帮帮我,谢谢!

org.apache.jasper.JasperException: Exception in JSP: /count.jsp:8

5: <p align="left"><font size="8" color="blue">Application Example,欢迎你!</font></p>
6: <hr>
7: <%
8:   String counter = (String)application.getAttribute("counter");
9:   if(counter!=null){
10:     int t_countr=Integer.parseInt(counter);
11:     t_countr+=1;

回复列表 (共1个回复)

沙发

我也是初学者,也不怎么明白
jasper是jsp的编译器; 
应该是你jsp中有错误.或者是少了某种标签;

我来回复

您尚未登录,请登录后再回复。点此登录或注册