Hi,
I am deploying a web application in
tomcat 4.1 in eclipse galileo.
I dont get any compilation errors. But when I run the
jsp on the server, I get this error.
C:\Workspace_Sriram_WorkPlaceWorkFlowOne_12_April_2010\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\work\Standalone\localhost\SsoDigitalCertApps\WorkPlaceRelizon_jsp.java:8: package com.eaton.portal.workPlaceRelizon does not exist
import com.eaton.portal.workPlaceRelizon.*;
^
1 error
The page imports in the jsp are correctly defined as below:
<%@ page import="com.eaton.portal.common.util.*"%>
<%@ page import="com.eaton.portal.common.business.*"%>
<%@ page import="com.eaton.portal.webmd.business.*"%>
So I set the Project-->Validation--> JSP syntax-->
Java --> Null Pointer access to "Error".
In all my jsps just before the page imports I get this message:
Null pointer access: The variable out can only be null at this location
Please help!!!
Regards,
Sriram