Questions tagged as 'primefaces'

0
answers

View PDF in a Dialog

I'm wanting to change the way the user views the system report I'm developing, currently clicking the button to view the report, is given the option for the user to download or open direct in the PDF viewer that is installed on the machine, but...
asked by 01.05.2016 / 20:10
0
answers

Problems of recognition of the first responsive mobile faces

Error in recognizing responsive mobile PrimeFaces. I'm using PrimeFaces 5.3 and the Grid CSS feature works perfectly on the Desktop as seen in the images below. Maximized Restored Butunfortunatelythemobileisnotworking,becauseitgetsthevi...
asked by 20.05.2016 / 17:03
1
answer

Creation of dynamic combos and flaps - Jsf / Primefaces

I'm working on a project that has as basic requirement that the user can create screens to view data coming from various data sources. The user creates what we call a dashboard and includes components (label, table, graph, combo). The user can o...
asked by 23.03.2016 / 03:13
0
answers

Refresh Datatable - Ajax cellEdit (Primefaces)

Hello, I'm trying to update the DataTable but I'm not getting it. Here is the code: <h:form id="testeForm" > <p:panel toggleable="true" id="panelTeste"> <h:panelGrid columns="1" cellpadding="1" id="panelGrid...
asked by 19.01.2016 / 20:22
1
answer

What is the name of this component below? [closed]

Do you have any components ready with primefaces that do what the image illustrates below? I need to do this with JSF and I'm kind of lost. The idea is that yes it is a complete auto, but if it does not find anything I want it t...
asked by 19.11.2015 / 15:33
0
answers

Handle attribute of type Set in datatable primefaces

I have a street, neighborhood and logradouro_bairro table. logradouro (id, nome) bairro (id, nome) logradouro_bairro (id, id_logr, id_bairro) In the public entity, I have the mapping: @OneToMany(mappedBy = "logradouro", cascade = CascadeT...
asked by 04.01.2016 / 13:46
1
answer

How to insert text in a p: editor?

I have <p:editor /> and I need to insert predefined texts at the current cursor position. I've been looking at the documentation for Primefaces and found nothing like it (I can clean using PF('editor').clear() but I can no...
asked by 29.12.2015 / 20:43
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
1
answer

How to set Rendered parameter via bean JSF 2

I'm facing a small challenge where I need to dynamically create a dashboard from a drop down. It is functional but there is a button in each Panel that rendering it depends on the existence of another panel. Logic: If PanelCity exists,...
asked by 26.11.2015 / 16:22