Questions tagged as 'jsf'

2
answers

Rendered does not let the button work

I have the code below it only renders if the contracts.adminopdf is 1 But with this code it does not go into the method of the actionlistener but if I remove this rendered, the actionlistener calls normal What am I missing? <p:command...
asked by 06.01.2017 / 19:28
0
answers

Update dataTable

I am having problems updating a dataTable primafaces after doing a search with filterBy. First, I do a search through a method in the Managedbean to bring the list from the database to the table. So, I search through a column using the filterBy...
asked by 28.12.2016 / 19:56
1
answer

Problems inserting an OBJ into a LIST

I'm doing a search using LIKE , MySQL with JSF . Whenever I enter the search result within a array to return to my JSF , array adds, but always overwrites items with the last inserted. My code...
asked by 23.11.2016 / 00:59
0
answers

How to edit an entity that has another object in jsf?

Good afternoon people, I'm new to programming and I'm having problems with my project in jsf. I have a client class that has an address object, with @OneToOne relationship for the address. I am able to query my address within the edit met...
asked by 25.11.2016 / 17:21
1
answer

Object injected but is null [duplicate]

I have an object that is injected into my converter: package br.com.pokemax.modelo.converter; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.convert.Converter; import javax.faces.conver...
asked by 24.11.2016 / 22:16
1
answer

Primefaces: DataTable LadyModel within a Dynamic TabView

I am using Primefaces 5.2. and I have a tabview Dinamic and inside every Tab created, a DataTable . After I sort a column, or do any pagination action on the table and change from Tab , I come up with the foll...
asked by 21.11.2016 / 14:30
1
answer

Time to give update - JSF

Talk to the galley blz? Is there any way I can give an update to some component after a few seconds? I was able to do this natively using the "p: remoteCommand"     
asked by 15.12.2016 / 19:36
1
answer

Ui: repeat - getting the description in the bank

Hello, I would like to know how I can organize my ui: repeat ... Because on the page, it displays: Schedule Change and the checkbox field,                               Night Work and the checkbox field In summary I wanted to be able to...
asked by 05.12.2016 / 14:47
0
answers

Configure WebService

I'm having trouble setting up a POST method, I'm implementing integration with the Gerencianet payment platform, their support returned me the following message in a call:    Dear, please try to evaluate the header of your query file to the t...
asked by 01.02.2017 / 14:22
1
answer

Redirect between pages with datatable (primefaces) without losing filters

I have 3 pages and they are responsible for fetching objects in my databases based on the first page selection filter. My site is about car ads and has the following structure: First page: You are responsible for the user selection filte...
asked by 11.11.2016 / 18:41