Posted By:
Pedro_Jimenez
Posted On:
Wednesday, November 14, 2001 02:11 AM
Please check in your java file
CompanySetup.java in the line 42 is possible that you use a reference to a null object.
If HttpSession doesn't exists, you can't uses methods of the interface HttpSession in the session object.
I think that there's the problem.
Regards
Posted By:
Naveed_Azhar
Posted On:
Wednesday, November 14, 2001 12:21 AM
Please make sure that you are not calling a method of any null object ( or null session object )
naveed@hotmail.com