引用内容
在页面中用 <bean:write name= "user " property= "user_info "/> 时报错:No getter method for property user_info of bean user
而在页面用 <%=user.getUser_info()%> 却能显示,谁知道这是怎么回事啊
而在页面用 <%=user.getUser_info()%> 却能显示,谁知道这是怎么回事啊
程序从JB2006移植到Eclipse下,出现了这样的问题.实际上是命名规范问题
userInfo
<SCRIPT LANGUAGE="JavaScript">
<!--
var width = 300; //设置层 宽
var height = 300; // 设置层 高
function init(){
document.all.im.width = width;
document.all.im.height = height;
}
function a( e ){
document.all.im.src = e.src;
document.all.d.style.left = event.x;
document.all.d.style.top = event.y;
document.all.d.style.display = "";
}
</div>