主题:求助!javabean问题。
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 4 in the jsp file: /beantest.jsp
Generated servlet error:
[javac] Compiling 1 source file
C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\beantest_jsp.java:44: package test3 does not exist
test3.TaxRate taxbean = null;
^
这是出现了什么错误啊!我是刚刚学习JSP,麻烦解释的详细些!
An error occurred at line: 4 in the jsp file: /beantest.jsp
Generated servlet error:
[javac] Compiling 1 source file
C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\beantest_jsp.java:44: package test3 does not exist
test3.TaxRate taxbean = null;
^
这是出现了什么错误啊!我是刚刚学习JSP,麻烦解释的详细些!