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

struts中html:img的数据库赋值路径的用法有关问题

2012-01-02 
struts中html:img的数据库赋值路径的用法问题我是通过logic:iterateid get_article_car name get_ar

struts中html:img的数据库赋值路径的用法问题
我是通过
<logic:iterate   id= "get_article_car "   name= "get_article_car ">
从数据库中读取出图片路径 <bean:write   name= "get_article_car "   property= "road_picture "     filter= "false "/>
<html:img……>     该如何设置才能让 <html:img> 知道图片的路径呢
<logic:iterate>

<html:img……>     该如何设置才能让 <html:img> 知道图片的路径呢,路径是通过数据库读取出来的

[解决办法]
<bean:define id= "getroad_picture " name= "KH010Form " property= "road_picture " type= "java.lang.String "/>

<html:img src= " <%=getroad_picture%> ">

热点排行