Posts by Octavio Augusto Silva Pereira • 1 point
2 posts
-
0
votes1
answer20
viewsA: How to update a button inside a <ui:repeat>?
Putting a form and a panelGroup around the buttons solves the problem. <tbody> <ui:repeat value="#{myBean.itens}" var="item" varStatus="index"> <tr class="myCustomClass"…
-
-1
votes1
answer20
viewsQ: How to update a button inside a <ui:repeat>?
Let’s get to my problem. I have two <p:commandLink> inside a <ui:repeat>. These buttons simulate checkbox. Then I would like to click on them to update the specific line within the…