Compilation of JSP File '/us/includes/header.jsp' failed:
header.jsp:32:40: No variable or field with this name could be found at this location.
<body onresize="checkReSize();" id="<%=pageSection%>"<%if (!pageCode.equals("")){out.println(" class=\"" + pageCode + "\"");}%>>
^---------^
header.jsp:32:70: The qualifier of this name is a package, which cannot contain methods.
<body onresize="checkReSize();" id="<%=pageSection%>"<%if (!pageCode.equals("")){out.println(" class=\"" + pageCode + "\"");}%>>
^----^
header.jsp:32:108: No variable or field with this name could be found at this location.
<body onresize="checkReSize();" id="<%=pageSection%>"<%if (!pageCode.equals("")){out.println(" class=\"" + pageCode + "\"");}%>>
^------^