Questions tagged as 'primefaces'

2
answers

Primefaces + Bootstrap Admin LTE Conflict jQuery

I've been working with Primefaces since 2.1 and am currently creating a project in version 5 using AdminLTE ( link ) which is a administrative panel using the bootstrap base. My problem is this: I created the template with ui: decorate and st...
asked by 05.08.2014 / 17:09
1
answer

Problems with selectOneMenu

I have a table and in this table I have the option to edit. Clicking on the edit option opens the dialog and all the fields (columns) of the current line I want to edit are populated. A list is loaded into selectOnMenu but it does...
asked by 06.10.2014 / 03:19
1
answer

Do not let date include 50 years back in the database

I have a JSF and PrimeFaces 4.0 system and I have a <p: calendar> field in which I made the treatment not to load dates in the current day's calendar up to -50 years old. But even so, the user can type it through the keyboard and...
asked by 25.10.2018 / 16:01
1
answer

How to create a date search method?

I can not in any way create a date search method that works. I have already been able to register the date and the other attributes as well. I've already been able to list all the attributes and also search all attributes quietly, minus the d...
asked by 28.09.2017 / 21:48
1
answer

Display only hours in the calendar component of Primefaces

How to give the user the option to select only hours and minutes in the component of Primefaces I have two fields with start and end times to select, but even putting <p:calendar> on clicking to select the time, year, month, d...
asked by 05.04.2017 / 03:50
1
answer

Generate columns with repeat Primefaces

I'm not able to dynamically generate these columns with p:repeat of Primefaces. Is there no way to do this in Primefaces? Or is there no way to do this? Is there a better solution? The problem is this, I have an array with the heade...
asked by 28.08.2017 / 22:44
1
answer

PrimeFaces - Select DataTable row via JQuery, Javascript or PF

How do I select a row from a DataTable, using JQuery, pure Javascript, or the javascript PF command?     
asked by 13.02.2017 / 15:25
1
answer

Uploading and Donwloading JSF files + Primefaces + Mysql

How to retrieve the file name saved as BLOB from the database and display on the screen? I am using a loop to retrieve, the value saved in the database column, but it returns memory values ([B @ 2248bd40): Another inconsistency, which is o...
asked by 16.05.2017 / 02:38
2
answers

Datatable column row with more than one attribute

I have a multi-column Datatable. One of them is a column that should display more than one attribute on each row of that column because it is part of a ManyToMany relationship. This column will receive the attributes of a List. I want to know ho...
asked by 28.03.2018 / 00:44
1
answer

Give update of a component that is in another form

Hello Guys, I've done a dialog that inserts fields into a list. This list fills the values of a selectOneMenu, which is in another form: <h:form id="idFormDadosTeatro"> <p:panel id="painelTeatro" header="Dados da Teatr...
asked by 24.05.2016 / 20:15