1 Reply Latest reply on Oct 14, 2011 11:36 PM by cosmo

    Caused by javax.servlet.ServletException with message: "Image pointed to must exist (input stream must not be null)"

    abucs01

      Hi,
      I am getting image pointed must exisit issue with pdf image and my code is



      <p:image alignment="right" wrap="true" indentationLeft="0" indentationRight="0"  value="/seam/resource/imageserver?resId=#{resources.id}" />







      so i tried check this from browser:



      http://localhost:8080/TestProject/seam/resource/imageserver?resId=5  and it is showing me image.( resId= 5 is nothing but my resources.id)





      but it showing input stream must not be null when  i click my PDF button. help me out