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
0
votes
1 answer

Dynamically add item to ui:repeat

I'm working on a mobile page and have a list with about 300 items. This is a total of 300kb data when users access that page. I've implemented a jquery listview as composite component for dynamically show a listview with show more feature and any…
kaiser
  • 940
  • 1
  • 10
  • 25
0
votes
1 answer

Making bootstrap accordion repeat based on elements of a set

I am trying to make the bootstrap collapse(accordion) according to the last example in this page. http://www.w3schools.com/Bootstrap/bootstrap_collapse.asp Now in this example, the number of divs are hard coded, 3 in this case. I want to make the…
rehas
  • 176
  • 3
  • 10
0
votes
1 answer

ui:repeat h:selectManyCheckbox i can t get values inside a list

I'm working on a JSF 2.2 project , jboss 8.x I created a dynamic form only with selectManyCheckbox. I have the following code :
tero17
  • 1,570
  • 1
  • 11
  • 20
0
votes
0 answers

p:push objects and update via ui:repeat

This non-working implementation tries to start a new ScheduledExecutorService to dynamically push new Items to the client and update the form: index.xhtml
TonyRomero
  • 182
  • 1
  • 4
  • 14
0
votes
1 answer

sortBy of p:dataTable inside a ui:repeat does not work

I have a problem here. I'm using a to create datatables, because the user can select from a other datatable multiple rows that create these multiple datatables. It's all working fine, but the sortBy does not. How can I use the sortBy…
Odilon
  • 128
  • 1
  • 7
0
votes
1 answer

Getting Reference To CheckBox From ui:repeat In JavaScript Code

I have the following code snippet in a JSF 2.0 application:
Ahmed Anwar
  • 688
  • 5
  • 25
0
votes
1 answer

Javascript function inside ui:repeat to show/hide contact formular not working

I have a facelet that shall dynamically list teachers loaded from database with name, profile picture etc. etc. Every listed teacher has its own contact formular, which gets hidden after pageload, and a button "get in touch" which, onclick, shall…
BenSkeleton
  • 153
  • 2
  • 6
0
votes
0 answers

in submits only the last row

I am trying to change ArrayList in xhtml page using managed bean. When I am entering data to the table, only the last row in the table getting the data in to the ArrayList. Here is the code.
S.P
  • 11
  • 3
0
votes
0 answers

Iterating loading images w @PostConstruct

I have two files [index.xhtml, details.xhtml] index.xhtml ...
user3128303
  • 747
  • 1
  • 11
  • 26
0
votes
0 answers

How to get out of the source code

I'm using ui:repeat like this: I'm now asking myself why it writes ui:repeat into the source code of the html site. Is this…
maracuja-juice
  • 994
  • 2
  • 14
  • 33
0
votes
0 answers

Passing a parameter to the method in each iteration of the loop

I'm trying with each iteration of the loop to get the data to display. xhtml ...
user3128303
  • 747
  • 1
  • 11
  • 26
0
votes
1 answer

Toggle of any only toggles last panel

I have a p:panel nested inside a ui:repeat , when I try to toggle any of the panels always the last panel is toggled
mila
  • 1
  • 2
0
votes
1 answer

Can't access to child list from other list with EL and JSF

I have a list of "listActivite_realise" which contains a list of "activite" and I'm trying to iterate on each "listActivite_realise" to iterate on each "activite" and access to its properties. I'm trying to do it by EL in a JSF view :
Skrface
  • 1,388
  • 1
  • 12
  • 20
0
votes
1 answer

Map inside Map with ui:repeat throws UpdateModelException

There is a Map> priceMatrix I want to use it in a
Moinsn
  • 3
  • 1
  • 6
0
votes
2 answers

Use ui:repeat variable in c:if statement

I am trying to use a c:if statement inside a ui:repeat tag. However U cannot get the value of course.days while inside the if tag. It just always evaluates to empty.
Baxter
  • 5,633
  • 24
  • 69
  • 105