Use of p:graphicImage in ui:repeat or p:dataTable
问题 I have a Bean which has a List of Objects, containing StreamedContent Objects (Primefaces Type) which represent Images in a Database. Now I want to iterate over this list in a JSF 2.0 Page (with Primefaces), and show the images. Showing only one Image in this way works: <p:graphicImage value="#{ImageLoader.oneImage}" title="aImage" alt="no Img"/> But if I nest this tag in a c:foreach, ui:repeat or p:datatable, the Images aren't loaded! The alternative text is shown instead <ui:repeat value="#