日期:2014-05-18  浏览次数:20638 次

struts如何把查询结果负给TEXT框
struts如何把查询
结果负给STRUTS标签库中的
<html:text   size= "20 "   property= "customer_id "   maxlength= "20 "   > </html:text>
我用 <bean:write   name= "element "   property= "customer_id "/>
取数据库里的值的

------解决方案--------------------
干嘛一定要用struts标签呢
用EL表达式不是更好
${element.customer_id}