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.
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.
![]()
Krishna
0
votes
1 answer
Valuechange Listener inside ui:repeat only works for the last repeated componentI'm using JSF and Glassfish. I have in a ui:repeat several h:inputtextarea where I have a valuechange Listener. The problem is that the valuechangelistener only fires for the last component. here is my code.
The answerhandler return a list of…
![]()
Zailux
0
votes
1 answer
Why the pagination datatables JQuery doesn't work with JSF ui:repeat?I'm working on a datatables JQuery in a JSF page, but the issue is that the pagination doesn't work in spite of it is shown.
This is my page:
![]()
Abder KRIMA
0
votes
0 answers
Dynamic form with selectManyCheckbox in hashmap structureI have a bit complex structure. First, I start problems table. Each problem has a subcategory and maincategory and also each subcategory has a main category. Besides, a main category have sub categories and a subcategory have problems.
Then, I tried…
![]()
Armagan
|