Unable to Display Image in p:graphicImage

前端 未结 1 537
既然无缘
既然无缘 2021-01-16 01:12

I have the following code, i can see images in the ui:repeat part but when i click on the image the command link and setPropertyActionListener works fine but the image does

1条回答
  •  悲&欢浪女
    2021-01-16 01:30

    Replace

    
    

    by

    
        
    
    

    and remove that ImageController#getImage() method. Keep using the ImageStreamer for all dynamic images (assuming that you used the one as provided in one of your previous questions).

    0 讨论(0)
提交回复
热议问题