Estou aprendendo JSP e está dando erro no seguinte trecho do código abixo
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: An exception occurred processing JSP page /editUser.jsp at line 12
11: <%
12: User usr = userBean.getUserById(Integer.parseInt(request.getParameter(“id”)));
13: %>