Questions tagged as 'jsf'

2
answers

Primefaces p: dataTable changing default message "No records found."?

And I have a p: dataTable: <p:dataTable var="ind" value="#{logIndPersistBean.list}" paginator="true" rows="10" id="table" rowStyleClass="odd-row, even-row"> <f:facet name="header">...
asked by 20.08.2015 / 21:41
1
answer

SelectOneRadio sending only one value

I am completing a simulation system for my course completion work. However, I have a problem that I still can not solve. I do a filter to select the questions for the user to answer, and I play those questions that were found by the filter wi...
asked by 17.10.2015 / 16:26
2
answers

Get Selected DataTable Row

I have a dataTable with the data in front of each given a button, when I click the button a dialog is opened so that I can do an edit in that data, however I can not get the object that was selected to pass as pro method parameter...
asked by 14.07.2015 / 16:15
2
answers

Table does not update correctly after editing

I have a dataTable and in the last column I have an edit button that opens a dialog with a field to fill. When I click on edit the table is updated with the edited data, however if I give an F5 the old data will return to appear in...
asked by 14.07.2015 / 18:38
1
answer

BootsFaces Error javax.faces.FacesException: Expression error

Follow the error javax.faces.FacesException: Erro de expressão: Objeto denominado: net.bootsfaces.component.Button não encontrado. Pom <dependency> <groupId>net.bootsfaces</groupId> <artifactId...
asked by 01.10.2015 / 22:07
1
answer

Problems with form

Good morning. I have a form in which I need to edit, change, and register records to show / select in a datatable. IusetwoobjectsoftypeUser.useranduserSelection.However,I'mhavingtroubleeditingvaluesbecausetheformendsupbringingthedatablank...
asked by 01.10.2015 / 14:27
1
answer

PrimePush eventBus does not work and will give the errors

I'm starting to learn in practice with PrimeFaces giving PUSH. Follow the link link I have implemented the following code, using the Tomcat web server, I configured it in Maven, it is PrimeFaces in version 5.2 and atmosphere in version 2.3....
asked by 01.06.2015 / 02:31
1
answer

How can I make the selection of this DataTable?

I've created a datatable of variable columns whose collection occurs from a list of objects with several different attributes. In detail, I have a class ProjectProject, which has a Project attribute, a Criteria, and a Scale. The number of col...
asked by 07.06.2015 / 23:30
1
answer

Change BootsFaces theme

I'm trying to change the theme of a BootsFaces application and I'm not getting it. On the site says that I have to find a folder called less but I can not find it.    Customization of the BootsFaces.jar       Until there is a new vers...
asked by 30.07.2015 / 13:19
1
answer

p: selectOneMenu does not update value inside ui: repeat

The context is as follows, I have a list of objects AvaliaProjeto , which contains: Project Criteria Scale Value The project is selected from the outside, the criteria are listed for their scales to be chosen. That is, each...
asked by 15.06.2015 / 00:43