Questions tagged [uirepeat]

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

The <ui:repeat> is a Facelets component which allows you to iterate over a collection or an array without generating any additional markup.

224 questions
6
votes
1 answer

Missing parameter values in invoked method with composite components using ui:repeat

So after several days of debugging, we were eventually able to reproduce some strange interactions between composite components, ui:repeat, p:remoteCommand and partial state saving in JSF that we do not understand. Scenario A composite component…
Nephtyz
  • 103
  • 1
  • 9
6
votes
1 answer

Using EL variable of inside Facelets tags

I have a Home. Each Home has a list of Rooms. Each Room has zero or more Persons. I would like to count total persons of each home. But I can't add a new variable to record person count in any backing beans or entity. So I'd like to count it in the…
Cataclysm
  • 7,592
  • 21
  • 74
  • 123
6
votes
1 answer

Composite Components with Composite Children mixing up values when used with ui:repeat

I am trying to make two composite componenets play well together by nesting one as a child. The setup consists of a lightbox and a input both with an attribute called "Value". This works fine, until i introduce a dynamic number of inputs, and…
Rune Klein
  • 61
  • 4
6
votes
2 answers

JSF 2 ui:repeat: group every n items inside a div

Given a collection that I want to arrange on a page like this: