Questions tagged as 'primefaces'

0
answers

Many To Many JSF and JPA

Dear friends, I ask you to help me solve the following question: I have two entities in a many-to-many relationship @Entity public class Livro implements Serializable { private static final long serialVersionUID = 1L; @Id @Genera...
asked by 01.06.2018 / 11:11
0
answers

Java CkEditor Plugin

I build the plugin customizable by the ckeditor Builder, play within the library folder and generate the .jar file, but by adding this new lib in the Java / JSF project, it generates an error in the browser console and does not load the editor c...
asked by 01.06.2018 / 16:22
1
answer

How to correctly use templates with jsf and primefaces

I made a template and called it inside another page, but what I apply on the second page does not work. In index.xhtml I write a sentence to test, but it does not print on the screen. Only the template is rendered. I'm using a maven project w...
asked by 25.05.2018 / 01:01
0
answers

p: selectOneMenu does not correctly filter the dataList

I have a column with the filter p: selectOneMenu. I use it to filter a column that has rows that can have one or more attributes. So I use the p: dataList component of Primefaces to show this list. But the filter only takes the first item of the...
asked by 27.05.2018 / 23:28
0
answers

Login Using firstfaces

Good morning, I would like to take some doubts, the first one is, how do I log in using the primefaces, I already have the screen with the password and login fields, and the buttons created, just wanted to know how to do the verification part pa...
asked by 28.05.2018 / 14:27
0
answers

Can you use the f: view renderKitId="HTML_BASIC" tag on a specific component?

I would like to use only the fileUpload component that I have on my screen. Can someone help me? Thanks in advance.     
asked by 06.06.2018 / 17:28
0
answers

How to keep the font in HTML coming from a p: textEditor / IReport?

My application is properly generating the IReport report. But when generating the PDF and displaying it in JasperViewer the text is in a very small font, different from the one written by <p:textEditor/> . I tried to preconfigu...
asked by 17.05.2018 / 02:10
0
answers

Schedule in Columns - JSF

Good evening, I'm setting up an event calendar and I use Srps boot + JSF + Primefaces. The user clicks on the employee's name and his schedule is displayed. So far so perfect. (Code below) Now I need to create a view where you can see the...
asked by 16.05.2018 / 02:06
1
answer

"p: message" No Message in XHTML

Hello, I'm implementing a cadaster using the primefaces to display the critical messages I've made in the bean. I'm using FacesContext as below: FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR, "...
asked by 05.05.2018 / 22:24
0
answers

Force number of ticks on axis X

I wanted to force BarChart's X to have 31 ticks. I only have 10 values, but I would like to show 31 ticks, is it possible? I use Primefaces, but I also use extender, which is directly using jqplot's api. I would like it to appear from 1 to...
asked by 09.05.2018 / 18:37