读书人

使用Bean时出错解决方案

发布时间: 2013-09-11 17:59:56 作者: rapoo

使用Bean时出错
连接bean时报错如下:
type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: /test/usebean.jsp(11,0) The value for the useBean class attribute .swing.UseBeanBean is invalid.



[解决办法]
这个类你编译好并且放到class下面了吗?
attribute .swing.UseBeanBean
[解决办法]
一定要求放在class文件下才能被行
[解决办法]
org.apache.jasper.JasperException: /test/usebean.jsp(11,0) The value for the useBean class attribute .swing.UseBeanBean is invalid.

到usebean.jsp中去找11行,问题:attribute.swing.UseBean 非法,
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html

读书人网 >Java Web开发

热点推荐