Questions tagged as 'primefaces'

0
answers

My selectOneRadio does not work on jsf and primefaces, please help!

I hope and you can help me what happens is that I'm having a problem when I want to set the values in a selectOneRadio, what I want more than anything is that when you give a button to edit this same load what the user inserted, but I already pr...
asked by 18.10.2018 / 18:09
0
answers

How to set value in a selectOneRadio in jsf

I have a problem what happens is that I want to set some values that come from the DB and there is a column with certain names that I send them from a dao implement and those same ones by means of a method I want to do that set to to give edit I...
asked by 17.10.2018 / 01:31
0
answers

No selection of primefaces

Hello friends I have a datatable of primefaces with the functionality of selection but it does not work for me, it enters the method rowSelect (), but in event the null object arrived. Attached code that I have implemented, if someone knows what...
asked by 09.10.2018 / 18:24
0
answers

How to make a tabMenu scrollable on primefaces

I can not find info about this topic, you can add the attribute scrollable="true" to a tabView but in my case what I need is a tabMenu, I'm using primefaces link , I do not want it to look like this when my browser opens: I would like...
asked by 08.10.2018 / 02:51
1
answer

How to delete data from a datatable in java and with primefaces!

I have a problem, as I can delete the records of a datatable at the time of clicking on a button again, so that to click on the new button the datatable is loaded: This is the button to add a new one: public void actionNuevo() { fla...
asked by 04.10.2018 / 22:35
0
answers

How to make entity mapping from the JPA database recognize the data type of the Database with

I am using Netbeans 8.2 project web classes Entity from a Database, mapping with JPA a database SQL server2012 from Microsoft. in the beginning I map with data types like Date, Image ... and others. Luxury, like this:  But after doing some...
asked by 02.10.2018 / 23:06
1
answer

How to update a project in Netbeans 8.2 with JAVA JSF 2.2 and Primefaces 5.0, if two fields are added to a table in the Database

Greetings please if you can help me with this problem. The problem is that I already move forward with several changes on the project and I would not like to create a new project for nothing but increase 2 fields in the table. In my project I...
asked by 28.09.2018 / 18:32
0
answers

How can I change from a p: inputText to a datable in primefaces from java?

I have a problem, what happens is that I have some components that are going to be changed, before it was a <p:autoComplete> and when the result of that autocomplete result was stored to a datatable and now the change will be with a...
asked by 27.09.2018 / 21:36
1
answer

Switch from integer to String in data table in primefaces

In the database the periods that is the same as the month is saved in numbers but I want to convert them to String so that the end user in the table can see the names of the months, the same case happens with the column made that only has 2 opti...
asked by 27.08.2018 / 08:08
1
answer

Priemfaces p: commandButton with ui: repeat only one button works

Good I have the following problem, I am using primefaces for my front and in a section I am using the ui: repeat of JSF to generate dynamically a grid view where each grid shows a bank and its balance according to different conditions, now the c...
asked by 19.08.2018 / 03:03