Top "Uirepeat" questions

JSF/Facelets component to iterate over a collection or array without generating markup.

Display database blob images in <p:graphicImage> inside <ui:repeat>

I'm using PrimeFaces 3.2 on JBoss 7.1.1. I am trying to display an image which is stored in a BLOB in a …

jsf primefaces dynamic-content uirepeat graphicimage
How to repeat output of text via simple for loop in Facelets without model?

How to repeat output of some content in JSF using only standard tags (ui:, h: etc) ? In other words - …

jsf jsf-2 facelets uirepeat
How to use <ui:repeat> to iterate over a nested list?

Using JSF 2.0, I need to display a table wherein each row contains a link which opens a popup. I have …

jsf jsf-2 nested-lists uirepeat
How to show hashmap values in jsf?

I have bean "MyBean", which has property HashMap - "map" which values type is MyClass. I want to show some …

java jsf hashmap uirepeat
Specify conditional rendering of element inside <ui:repeat>? The <c:if> does not seem to work

I am trying to conditionally build a custom list using <ui:repeat>. On every occurrence of -1 as …

jsf jsf-2 jstl el uirepeat
How to re-render <ui:repeat> using <f:ajax render>

I have implemented a list created by a repeater: <ui:repeat value="#{projectData.paginator.list}" var="project"> <…

ajax jsf jsf-2 uirepeat
How to use <p:graphicImage> with DefaultStreamedContent in an ui:repeat?

I was trying to display a panel where user can see a list of items category(displayed as images) and …

jsf primefaces uirepeat graphicimage
How can I set id of a component/tag inside ui:repeat

I'm trying to assign an id to a component inside a <ui:repeat> like that: <ui:repeat …

jsf jsf-2 facelets uirepeat
JSF 2 dataTable row index without dataModel

I've been using ui:repeat to generate tables. With ui:repeat it's easy to get the rows numbered using the …

jsf jsf-2 datatable uirepeat