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

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 " />
[解决办法]
对,直接用双引号就可以了