(2007-10-01 19:24:55)   苹果(386033244)
我的程序在本地机上调试通过了,发到网上就不行了,
错误是:
org.apache.jasper.JasperException: Unable to compile class for JSPGenerated servlet error:
Only a type can be imported. com.start.bo.PageManager resolves to a packageAn error occurred at line: 12 in the jsp file: /start/WebRoot/cn/toCpjs.jsp
Generated servlet error:
Cpjsbo cannot be resolved to a type我在jsp中的代码是:
<%@ page language="java" import="com.start.bo.Cpjsbo" pageEncoding="gbk"%>
<%
    Cpjsbo cpjsbo=new Cpjsbo();
%>这是怎么回事呢?请高手帮忙。