在线等答案 急!各位帮忙看看
<a href= " <%= "/delete.do?civentoryid= "+((com.myhc.struts.form.QzCbBomForm)pageContext.getAttribute
( "cx ")).getCiventoryid()%> "
说我的QzCbBomForm里未定义getCiventoryid()方法 怎么修改?
我FORM里有civentoryid的get,set方法啊
------解决方案--------------------不理解你要干吗?帮忙顶一下
------解决方案--------------------找到pageContext这个类,去加一个方法编译一下就好了啊
------解决方案--------------------首先看你的jsp能不能找到QzCbBomForm这个类,如果能找到,那就看你的QzCbBomForm中有没有getCiventoryid方法了
------解决方案--------------------拼写错误!
( "cx ")).getCiventoryid()
public String getCinventoryid() {
return cinventoryid;
}