好像MyEclipse没有正确发布!?
检查一下部署设置,或者手动部署一下。

解决方案 »

  1.   

    eclipse没有编译,jsp页面多保存几次吧..<%
    response.setHeader("Pragma","No-cache"); 
    response.setHeader("Cache-Control","no-cache"); 
    response.setDateHeader("Expires", 0); 
    %>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> 
    <META HTTP-EQUIV="Expires" CONTENT="0"> 
      

  2.   

    myeclipse5.1 当文件改后,要刷新一下项目,
      

  3.   

                <a 
                href="manager/answersindex.jsp" target=main><img 
                align=middle alt=帖子管理 border=0 height=32 
                src="../images/manager02.gif" style="FILTER: alpha(opacity=100)" 
                width=32></a>
    点这个连接 页面正常
    <a 
          href="showAllProvider.php?method=showAllProviderList" target=main>帖子管理 
           </a>action 里
    public ActionForward showAllProviderList(ActionMapping mapping, ActionForm form, 
    HttpServletRequest request, HttpServletResponse response) throws Exception {
                    //用过滤器 转码为utf-8
    return mapping.findForward("providerIndex");//跳到 manager/answersindex.jsp页面
    }
    点这个连接页面显示就不正常了,外部连接的css,和js丢失了 ,jsp代码显示正常
      

  4.   

    删除做什么?
    只需要在myeclipse上去从新部署下不就可以了,或者你手动部署也行
      

  5.   

    把服务器停了,然后remove工程,然后再部署启动一遍,试试,先手动到服务器目录删掉以前部署过的,我的环境和你的一样,出了tomcat,我的是jboss,没有碰到过这种问题,ie7可能是个原因
      

  6.   

    实在不行,换个tomcat或者浏览器,缓存一般不是浏览器就是服务器,eclipse应该不会缓存你的东西吧