struts-2.3.16.3 整合后jsp文件中图片不显示

发布于 2021-11-29 05:41:49 字数 3484 浏览 821 评论 0

文件结构如下:

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">&nbsp;</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">&nbsp;</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">&nbsp;</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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文