Questions tagged as 'primefaces'

2
answers

Load objects from other classes

I have selectOneMenu that will serve to list all Generations (data in the database). These data must be listed at the time of registering a Nature object. My selectOneMenu looks like this: <h:outputLabel value="#{msg['geracao'...
asked by 21.10.2016 / 22:24
0
answers

Primefaces - RequestContext Update

Hello, When loading the page the method iniciarTeste() will be called as follows: <f:metadata> <f:viewAction action="#{testeController.iniciarTeste()}" /> </f:metadata> On the same page I have the field nome...
asked by 02.09.2016 / 21:55
2
answers

InputText returns null

Talk to people, I have a problem that I do not know what else to do. My idea was to have a checkbox that when dialing would show a field and unmark would hide this field, for this I used rendered and ajax, but when I mark this checkbox even if I...
asked by 29.09.2016 / 22:12
2
answers

null return when registering new product, but when I edit save I do not give any errors

Hello everyone, I'm having jsf application problems, cdi, when registering new product give null return, but when edite does edit normally. give error ago 28, 2016 12:52:37 AM com.sun.faces.lifecycle.ProcessValidationsPhase execute ADVERTÊNCIA...
asked by 28.08.2016 / 05:51
0
answers

Foreign key problems

Hello everyone. I am creating a system that controls user registration and I am having a problem with a foreign key that is imported from another class into the Users class. When I change the state's combobox, a COULD NOT EXTRACT RESULTSET error...
asked by 22.08.2016 / 04:30
1
answer

Add Primefaces to the project

What is the procedure (step by step) for me to add primefaces to my project? I already have the jar on the machine, but is this jar inside the Maven dependencies? do I have to make changes to the web.xml and pom?     
asked by 12.08.2016 / 15:39
0
answers

Component p: fileUpload is not limiting the files contained in allowTypes

Component p: fileUpload is not limiting the files contained in allowTypes. Has anyone ever had this kind of problem? <p:fileUpload id="certificado" mode="simple" dragDropSupport="false" multiple="false" update="msgValidacao" sizeLimit="1000...
asked by 21.08.2016 / 03:27
1
answer

Write the data of an inputText into another inputText

    
asked by 29.08.2016 / 17:11
1
answer

About SelectOneRadio

Hello everyone. I'm creating a program that handles user registration. Each registered user has fields such as name, rg, cpf ...... and a field that is called status, which shows the status of the registration of this client. The status can be "...
asked by 05.08.2016 / 03:03
1
answer

p: dialog being called by several buttons in the system

Personnel I have a dialog (of primefaces ) that confirms the number of CEP and after the user to inform the number of the residence in this dialog the fields address, neighborhood, cep, city and uf have to be filled in the form . Th...
asked by 01.09.2016 / 06:10