当前位置: 技术问答>java相关
一个关于jsp中调用javabean的问题。
来源: 互联网 发布时间:2015-09-06
本文导语: 我的代码如下: Welcome to you! 但是不能执行,不知道为什么,问题在 这个地方,但是不知道为什么,大侠帮忙! | Welcome to you! | 估计问题在bean里的getUserCheck b...
我的代码如下:
Welcome to you!
但是不能执行,不知道为什么,问题在
这个地方,但是不知道为什么,大侠帮忙!
Welcome to you!
但是不能执行,不知道为什么,问题在
这个地方,但是不知道为什么,大侠帮忙!
|
Welcome to you!
|
估计问题在bean里的getUserCheck
bean里要符合一定的规范,如下
private String userCheck=null;
public string getUserCheck()
{
return this.userCheck;}
public void setUserCheck(String userCheck)
{
this.userCheck=userCheck}
bean里要符合一定的规范,如下
private String userCheck=null;
public string getUserCheck()
{
return this.userCheck;}
public void setUserCheck(String userCheck)
{
this.userCheck=userCheck}
|
既然问题在这句
我想应该是这个方法没有返回值吧……
我想应该是这个方法没有返回值吧……
|
把BEAN的源码帖出来看看,userCheck没有有初始化?
另外服务器设置正确?
另外服务器设置正确?
|
检查路径设置是否正确