首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

使用Bean时出错解决方案

2013-09-11 
使用Bean时出错连接bean时报错如下:typeExceptionreportmessagedescriptionTheserverencounteredaninterna

使用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

热点排行