weblogic.servlet.jsp.CompilationException错误
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /bigP.jsp
bigP.jsp:17:1: Expression expected (found '<' instead)
<%
^
bigP.jsp:17:1: Illegal use of an expression as a statement.
<%
^-
String id = request.getParameter("id");
-----^
bigP.jsp:17:2: Expression expected (found '%' instead)
<%
^
bigP.jsp:18:1: No variable or field with this name could be found at this locati
on.
String id = request.getParameter("id");
^----^
bigP.jsp:18:8: No variable or field with this name could be found at this locati
on.
String id = request.getParameter("id");
^^
bigP.jsp:18:8: Syntax error: expected ; (found 'id' instead)
String id = request.getParameter("id");
^^
bigP.jsp:20:2: No variable or field with this name could be found at this locati
on.
id = URLDecoder.decode(id, "UTF-8");
^^
。。。。。。。。。。。。。。。
function bigPhoto(obj){
window.open ('bigP.jsp?id='+encodeURI(encodeURI(obj)), '', 'toolbar=no,scrollbars=yes');
}