Posts by Marcos Siqueroli • 21 points
2 posts
-
1
votes2
answers1103
viewsA: Send selected record from a p:datatable to the form, jsf primefaces
You have to add rowKey, Selection and selectionMode parameters to the datatable. Inside it you have to pass an ajax rowSelect event. <p:ajax event="rowSelect" update="frmUsuario"…
-
1
votes1
answer442
viewsQ: Primefaces autocomplete does not pass value to the bean
I have a problem with the Primefaces autocomplete component. The value parameter is not being passed to my bean. private String filtroClientes; public List<String> listarFiltroDeClientes() {…