Questions tagged as 'primefaces-3.5'

2
answers

Problems with configuring tables in PrimeFaces

Greeting for everyone, I'm new as a Java programmer, and I'm having trouble setting up some things in the table for lack of experience, look at the image; Asyoucansee,theYearofmanufacturefieldisbadlyplaced,itlookslikethis;AnodeFabricaAnditsho...
asked by 22.07.2015 / 01:11
1
answer

The Primeface confirmation screen does not work

This is the screen that appears in my Browser WhenIpressthedeletebuttonitsimplydoesnothing.ItdoesnotgenerateanyerrorsintheeclipseconsolesThisistheseparatecodeproblemhere!<p:columnstyle="width: 100px; text-align: center">...
asked by 18.03.2015 / 19:30
1
answer

Problem rendering small percentage in PieChartModel on Primefaces;

I am generating a graph usually without problems, only occurs with smaller percentages, showing the 'slice' correctly, but the value of that percentage is not displayed. I tried to make the change of the diameter of the piechart, as I saw that i...
asked by 31.03.2015 / 14:18
0
answers

How to clean a p: form messages by Bean?

I have the following situation: 1. I have an xhtml with <p:tabView> with id="tab"; 2. In this tabView I have 3 tabs and each one with its forms and <p:messages> with their respective id; What is the problem? In t...
asked by 07.11.2015 / 23:03
1
answer

Which version of primefaces extensions is compatable with primefaces 3.5?

I use primefaces 3.5 in my project and intend to use Primefaces Extension. I would like to know which newest version of Primefaces Extension is compatible with version 3.5 of Primefaces.     
asked by 07.10.2015 / 15:41
1
answer

Event update in component "p: commandLink" does not render

I have datatable displayed within Dialog primefaces , when I click on commandLink of the line I want, I want to get this value and render it within inputText of my screen, but I'm getting the% following error in my...
asked by 21.04.2015 / 03:39
1
answer

Primefaces how to trigger the blur event and update the data

I need a help with the Primefaces, I need in this event below that already is half way forward an example that I took of the own Primefaces more that later I will adapt to that I want, well it is an editable grid already working, of there you fi...
asked by 23.08.2018 / 04:19
0
answers

JSF Download Archive Saved in the Bank

Hello, I have a jsf page where I load the data of a entidade , between the data there is an attached file (pdf, xls, jpg etc.). I would like you to click on the file name to download the file. If anyone can help in any way thank you. Me...
asked by 26.08.2016 / 16:40
3
answers

How to make a simple download in JSF? [closed]

How to make a simple JSF download? I have a list of attachments in <p:dataTable> and would like to implement a simple download. I implemented with <a href> , the link on the file name was created, but when I click it...
asked by 09.11.2015 / 13:17
0
answers

Join two h: dataTable with jQuery without losing records after update

I have two datatables, the first one loads 5 records when loading the page and the second one is hidden and empty. Whenever the scroll reaches the end of the page I go to the database, I load 5 more records and fill in the arraylist of the se...
asked by 26.11.2015 / 19:06