uirepeat
Composite component inside a ui:repeat, causes actionSource to not fire
OK, I\'m guessing that this might be a bug but I\'m not totally sure.Can anyone see what I\'m doing wrong?[详细]
2023-04-13 09:14 分类:问答ui:repeat + AJAX
We have alist to be displayed under a panel of the screen where all the code in which the fields are repeatable are kept under a different Facelet file. While I am trying torender an image based on th[详细]
2023-04-12 05:20 分类:问答JSF h:panelGrid with ui:repeat
My problem is ui:repeat inside a h:panelGrid. Its a big table from a list of objects.. All objects are saved in one list.[详细]
2023-04-07 10:27 分类:问答JSF ui:repeat included by ui:include wrapped in h:panelGroup with conditional rendering... A mouthfull
Original question is below, but as I have come up with a more minimal example to demonstrate this problem, and figured it should go at the top.[详细]
2023-04-07 07:36 分类:问答input binding in ui:repeat in jsf
i am using facelets jsf 2.0 with primefaces 3.0.M2 component library. i am trying to achieve dynamic numbers of rows including iput fieldsthat are filled when a datatable selection occu开发者_如何转开[详细]
2023-03-28 07:30 分类:问答Different div tag ids with <ui:repeat>
I am trying to generate div tags dynamically depending on the number of items, contained in the \'deviceSel\' from the backing beans. For each of the div tag, I am populating it by calling the \'gener[详细]
2023-02-22 11:58 分类:问答Table header taken from the list item used with ui:repeat
Let\'s say I have the following class Book class Book{ String author; String title; } I retrieve a list of Book ( List<Book> ) and I want to display it in a table like[详细]
2023-02-21 22:08 分类:问答How to collect submitted values of a List<T> in JSF?
I have a bean with a List<T>: @Named @ViewScoped public class Bean { private List<Item> items;[详细]
2023-02-10 03:01 分类:问答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\">[详细]
2023-01-12 13:05 分类:问答How to use <h:selectBooleanCheckbox> in <h:dataTable> or <ui:repeat> to select multiple items?
I have a Facelets page with a <h:dataTable>. In each row there is a <h:selectBooleanCheckbox>. If the checkbox is selected the object behind the corresponding row should be set in the bean[详细]
2022-12-24 14:36 分类:问答