图片显示问题
<img src="http://www.abc.com:8080/test/images/a.jpg"/>能正常显示,
但是src里面的内容是从数据库读取出来的内容,
用<img src="<bean:write name="form1" property="path"/>" />不行,
用<img src="<bean:write name='form1' property='path'/>" />也不行,
用<img src="<bean:write name="form1" property="path"/>" ></img>也不行,
用<img src="<bean:write name='form1' property='path'/>" ></img>也还是不行,
有谁有什么办法解决,谢谢!