org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 16 in the jsp file: /system/header.jsp
parmeter.localh cannot be resolved to a type
13: <%
14: if ((session.getAttribute("memberName") == null)
15: {
16: response.sendRedirect(parmeter.localh+"/ls/system/login.jsp");
17: }
18:
19: