Posts by Pereira • 99 points
13 posts
-
0
votes1
answer131
viewsQ: How to take the value of a variable that is pointing to a list
Hello, I need some help with this code. I think it’s relatively simple for those who already have more experience. I’m trying to get the value of a variable, but when debugging, I see the address…
-
0
votes1
answer66
viewsA: selectOneMenu primefaces does not send value to bean
I managed to resolve here, the question was the value declared in the value of selectOneMenu in my case name "test" that I had not stated in the Bean: Correction -- myBean @Getters @Setters private…
primefacesanswered Pereira 99 -
1
votes1
answer43
viewsA: Problem with datatable Selection, and how to access a var outside of the repeat method (primeFaces)
Hello I managed to resolve this issue, 1) In the first item the "problem" and that my meuBean.listRegistrosSelections were bringing two equal records (100, 100) and at the time of displaying inside…
-
0
votes1
answer66
viewsQ: selectOneMenu primefaces does not send value to bean
Hello Staff I want to request a help in the first faces combobox feature, in which I rode as below but does not work, tested in various ways based on the net foruns using for example…
primefacesasked Pereira 99 -
2
votes1
answer43
viewsQ: Problem with datatable Selection, and how to access a var outside of the repeat method (primeFaces)
Hello I have a screen where I list some records through the datatable (primefaces) 1) In my Bean I have two lists one that I feed with the records returned from the bank and the other that will be…
-
1
votes1
answer196
viewsQ: Force selection on ng-required combo
I have a modal where I need to force the user to select a combo option and also enter a value in the input field. I used the ng-required directive and to display the error message but still it is…
-
0
votes1
answer40
viewsQ: How to ensure completion of an angular.js process
I want to ask for help in this process, I have an application in angular.js that I need to issue all the labels of a process, and then all the labels of a second process. The problem is that it is…
-
0
votes1
answer136
viewsA: Error exceptions.Optimisticlockexception when trying to perform UPDATE with JPA
I found that this occurs due to the version that is outdated and I was able to solve as follows: ObjetoDE old = this.repository.findByID(de.getCampoChave()); de.setUpdateS(old.getUpdateS()); The…
-
-1
votes1
answer136
viewsQ: Error exceptions.Optimisticlockexception when trying to perform UPDATE with JPA
I’m having trouble when I try to perform an update with JPA with the instruction: ObjetoDE = thisObjetoBF.update(ObjetoDE); ERROR: Exception [EclipseLink-5010] (Eclipse Persistence Services -…
-
-2
votes1
answer681
viewsQ: How to get an item from a List< [ ] String>?
How can I pick up an item from a List< [] String>? // Monta a String partsList.add(new String [] {StringUtils.trim(String.valueOf(peças.getCodigoProduto())),…
-
1
votes1
answer84
views -
2
votes1
answer60
viewsQ: Jquey-ui depends on Jquery
Does jquery-ui depend on jquery in an application ? , I ask because in the application I am working apparently jquery.min is not being used, and the doubt and if it has to be there to support…
-
3
votes1
answer84
views