0 Replies Latest reply on May 23, 2003 2:02 AM by javawanderer

    unable to recognise symbol

    javawanderer

      While accessing my simple Bean class, i am facing the following problem and unable to find out the problem

      Exception Message: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file [javac] C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\Jetty_0_0_0_0_8080__cis\cis\inventory\SelectOrganisation_jsp.java:107: cannot resolve symbol [javac] symbol : class EmployeeInfo
      [javac] location: class org.apache.jsp.SelectOrganisation_jsp [javac] EmployeeInfo empInfo=(EmployeeInfo)pageContext.getAttribute("employeeInfo",pageContext.SESSION_SCOPE); [javac] ^
      [javac] C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\Jetty_0_0_0_0_8080__cis\cis\inventory\SelectOrganisation_jsp.java:107: cannot resolve symbol [javac] symbol : class EmployeeInfo [javac] location: class org.apache.jsp.SelectOrganisation_jsp [javac] EmployeeInfo empInfo=(EmployeeInfo)pageContext.getAttribute("employeeInfo",pageContext.SESSION_SCOPE); [javac] ^ [javac] 2 errors
      No Data Exist

      Please guide me. It is crucial problem for me.