<img src="<bean:write name="myresource" property="type"/>" width="30" height="31">

解决方案 »

  1.   

    感谢回复,但我只是要替换<img src="../images/text.gif" width="30" height="31">中text部分,前面有../images后面有.gif啊?
    我现在改成如下:
    <img src="../images/<bean:write name="myresource" property="type"/>.gif" width="30" height="31"> 
    看页面源代码图片路径是对的,但页面显示不出来,不知道是什么原因?