Questions tagged as 'jsf'

0
answers

Problems with ICEFaces components

I need some help, I'm trying to develop a simple application using JSF 1.2, ICEFaces 1.8, but I keep getting all type of errors. I went to icefaces website and downloaded the input file example but it did not work, here's the GRAVE: Servle...
asked by 28.04.2018 / 17:50
1
answer

Insert foreign key hibernate

I have four entities (selection, start, bet and bettor) where within the Bet class I have the IDs of a bet and a bettor. When I try to insert a bet by loading the game and the bettor into it, it gives me the following error:    org.hibernate....
asked by 20.04.2018 / 15:32
1
answer

Calendar Primefaces losing style with ajax update

The primefaces component calendar is losing its style after updating with ajax in the view. What do I do to resolve?     
asked by 19.04.2018 / 11:10
0
answers

Dialog Framework does not open

I'm trying to open a ManagedBean dialog. I have a SelectOneMenu and depending on what the user selects, I call a method that is in charge of opening the correct Dialog. This is my xhtml <p:column headerText="Mecânica" style="text-align:...
asked by 26.04.2018 / 01:08
0
answers

Remove object inside another Java List object

I have a list in java, that within each object, it has an attribute that is an object of the same list. I'm trying to remove the object that is inside object 1 for example. There is recursion that I mounted to get to the element infinitely....
asked by 13.04.2018 / 15:36
0
answers

Problem with @FacesConverter

Good morning, everyone. I do not know what to do to solve this problem in @FacesConverter(forClass=Fabricante.class) that I implemented ... The getAsString method is called with null values. All parameters ( FacesContex...
asked by 17.04.2018 / 21:37
0
answers

Variable private receive the value of an inputText

Good morning, I'm working on java jsf + hibernate + primefaces ... TCC final work I have a private variable in the ManagedBean (phone) and it must be filled with the value of an inputText, but I can not, the variable always gets NULL.     
asked by 11.09.2018 / 12:26
0
answers

View logged in user profile data

Well folks to creating a panel where you have the section of my profile for the Administrator that is online can see the information of your profile. However, however, however I am having problems creating the profile page, I have read some tuto...
asked by 10.04.2018 / 22:46
0
answers

Set value property of component a4j: stop from JavaScript event click ()

I have the following booleanChaeckbox: <h:selectBooleanCheckbox id="itemChecado" value="#{recPendentes.checked}" onclick="getRequisicaoSelecionada();"...
asked by 02.04.2018 / 19:35
2
answers

Load data in InputText JSF + Primefaces

I have a page that does the search for a client and returns a datatable, with this return I would select the client that was selected and popular another inputText with the data that were selected in the dataTable My page: <h:form id="fr...
asked by 27.03.2018 / 20:39