jsp高手来帮个忙

来源:百度知道 编辑:UC知道 时间:2024/06/06 03:46:36
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
这个错误怎么解决啊
我是用<a href=\"#\" onClick=\"window.open('checkusername.jsp?name="+this.getTestname()+"','checkname','width=800,height=600,scrollbars=no,resizable=yes,status=no ');\""+">sdf</a>
超链接来打开一个新JSP页并给他传参

<a
href="stuindex.jsp?id=<%=rs.getString("id")%>"
onClick="window.open('<%= changeURL %>','s','width=550,height=450,scrollbars=yes,resizeable=yes,ststus=yes')"><%=rs.getString("ggtitle")%></a>