0 Replies Latest reply on May 10, 2004 1:08 PM by pagomen

    JSP + include images problem!!!!

    pagomen

      Hi all,

      I have some images that I am trying to see from a JSP but the web browser refuse to load them ..

      More specifically
      the jsp :

      <table>
      <tr><td><img src="<%=request.getContextPath()%>/banner.gif" align="middle" alt="banner"></td></tr>
      </table>
      


      The banner.gif is located in the same directory with he jsp!!!

      Does anyone has a clue about is going wrong ??
      PS:
      Also I tried

      <tr><td><img src="banner.gif" align="middle" alt="banner"></td></tr>
      

      but it doesnt work either...