0 Replies Latest reply on Jan 15, 2004 12:06 PM by tbauer

    JSP compilation errors in 3.2.3

    tbauer

      Reverted to using the default javac to compile my jsp's....Now the jsp compiler is throwing errors about more methods not existing...this is just balony...I can see the method in the code...


      09:45:08,327 ERROR [Engine] ApplicationDispatcher[] Servlet.service() for servlet jsp threw exception
      org.apache.jasper.JasperException: Unable to compile class for JSP

      An error occurred at line: 0 in the jsp file: /jsp/modifyFacilityForm.jsp

      Generated servlet error:
      [javac] Compiling 1 source file
      [javac] /Applications/jboss-3.2.3/server/default/work/MainEngine/localhost/_/jsp/modifyFacilityForm_jsp.java:891: cannot resolve symbol
      [javac] symbol : method getTaxPayerId ()
      [javac] location: class com.icshealth.model.FacilityModel
      [javac] out.print(FacilityModel.getTaxPayerId());
      [javac] ^



      An error occurred at line: 0 in the jsp file: /jsp/modifyFacilityForm.jsp

      Generated servlet error:
      [javac] /Applications/jboss-3.2.3/server/default/work/MainEngine/localhost/_/jsp/modifyFacilityForm_jsp.java:937: cannot resolve symbol
      [javac] symbol : method getTaxPayerId ()
      [javac] location: class com.icshealth.model.FacilityModel
      [javac] out.print(FacilityModel.getTaxPayerId());
      [javac] ^



      An error occurred at line: -1 in the jsp file: null

      Generated servlet error:
      [javac] /Applications/jboss-3.2.3/server/default/work/MainEngine/localhost/_/jsp/modifyFacilityForm_jsp.java:1121: cannot resolve symbol
      [javac] symbol : method getTaxPayerId ()
      [javac] location: class com.icshealth.model.FacilityModel
      [javac] out.print(FacilityModel.getTaxPayerId());
      [javac] ^
      [javac] 3 errors