struts-2.3.16.3 整合后jsp文件中图片不显示
文件结构如下:
struts整合后 有个loginAction
action 正常,能访问到login.jsp, login.jsp 中访问的图片在images中。
login.jsp 代码如下:
<td width="424" height="95"
background="${pageContext.request.contextPath}/jsp/login/images/login_06.gif"> </td>
<td width="183"
background="${pageContext.request.contextPath}/jsp/login/images/login_07.gif"><table
width="100%" border="0" cellspacing="0" cellpadding="0">
部署到tomcat 上后查看源代码如下:
<tr> <td height="266" background="/ssht8_struts2/jsp/login/images/login_04.gif"> </td> </tr> <tr> <td height="95"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="424" height="95" background="/ssht8_struts2/jsp/login/images/login_06.gif"> </td> <td width="183" background="/ssht8_struts2/jsp/login/images/login_07.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">访问页面如图:
应该是有背景图片的,但是不知道怎么就没有。
代码中图片引用方式:background="${pageContext.request.contextPath}/jsp/login/images/login_07.gif
页面呈现方式:
background="/ssht8_struts2/jsp/login/images/login_04.gif"
action 就直接跳到login.jsp了,action应该没问题
--------------------------
请各位高手帮帮忙,小弟我没这个问题这么疯了。jsp里面也这么写过:background="${pageContext.request.contextPath}/login/images/login_07.gif
或者background="${pageContext.request.contextPath}login/images/login_07.gif
都不好用。
求助。谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论