<table align="center" border="0" width="790" height="12" bgcolor=cyan cellspacing="0">
<tr>
<td width="100%">
<a href="<%=response.encodeURl("showMember.jsp")%>">浏览会员</a>|
<a href="<%=response.encodeURl("register.jsp")%>">会员注册</a>|
<a href="<%=response.encodeURl("login.jsp")%>">会员登录</a>|
<a href="<%=response.encodeURl("find.jsp")%>">查找会员</a>|
<a href="<%=response.encodeURl("message.jsp")%>">留言板</a>|
<a href="<%=response.encodeURl("publicMessage.jsp")%>">查看公共留言</a>|
<a href="<%=response.encodeURl("secretMessage.jsp")%>">查看私人留言</a>|
<a href="<%=response.encodeURl("modifyPassword.jsp")%>">修改密码</a>|
<a href="<%=response.encodeURl("modifyMessage.jsp")%>">修改个人信息</a>|
</td>
</tr>
</table></table>
这是head.txtorg.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 4 in the jsp file: /head.txt
The method encodeURl(String) is undefined for the type HttpServletResponse
1: <table align="center" border="0" width="790" height="12" bgcolor=cyan cellspacing="0">
2: <tr>
3: <td width="100%">
4: <a href="<%=response.encodeURl("showMember.jsp")%>">浏览会员</a>|
5: <a href="<%=response.encodeURl("register.jsp")%>">会员注册</a>|
6: <a href="<%=response.encodeURl("login.jsp")%>">会员登录</a>|
7: <a href="<%=response.encodeURl("find.jsp")%>">查找会员</a>|这是错误提示?