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

<bean:write>这样子用对吗?解决方法

2012-01-10 
bean:write这样子用对吗?html:formaction /infAction.do?actioninsert&receiveId bean:writen

<bean:write>这样子用对吗?
<html:form   action= "/infAction.do?action=insert&amp;receiveId= <bean:write   name= 'inf '   property= 'receiveEmpID '/> "   method= "post ">
如果不对要怎么写
我这样写得到的值是 <bean:write   name= 'inf '   property= 'receiveEmpID '/>

[解决办法]
<bean:write name= "polEditForm " property= "bankName " />
[解决办法]
对,直接用双引号就可以了

热点排行