Questions tagged as 'primefaces'

1
answer

How do I extract information from a video when uploading with FileUpload?

On the system I'm doing, I need to prevent a video from being uploaded for more than 1 minute and let the user know. Any way to do that? Thank you.     
asked by 04.02.2018 / 15:30
0
answers

Error editing line in firstfaces

I'm developing a JSF application with Primefces and when I try to put an edit in the dataTable it gives an error. xhtml code: <h:form> <p:dataTable var="parametro" value="#{bolsasBean.parametros}" sortBy="#{parametro.categori...
asked by 22.01.2018 / 12:33
0
answers

File Upload PrimeFaces - Save image in project context

Good evening I'm with a javaEE project jsf2.2 and primefaces, in which I use the component of primefaces so that the user sends an image and it is saved in a folder inside the project, type: "resources / images", so that through a html page anot...
asked by 22.01.2018 / 00:17
1
answer

How to find out which tab is enabled

I'm programming in JSF using Primefaces. In this I have a form that has 4 tabs and I need to check which tab is enabled to be able to call my javascript and validate the data entered the moment the person clicks next in the wizard component of p...
asked by 13.01.2018 / 14:31
1
answer

JSF open image (DefaultStreamedContent) in another screen

Hello, I'm working on a project with jsf and primefaces, where I have an entity named Record that has a list of images, these images are in a directory outside the project, which access to load the images and display on the screen, load these ima...
asked by 13.01.2018 / 20:24
2
answers

When opening a dialog block tabs

Headers How do I open the dialog, block the tabs from being clicked on my screen. <p:dialog id ="dlgPagamentos" widgetVar="dlgPagamentos" closable="true"...
asked by 10.01.2018 / 14:31
1
answer

p: graphicImage does not display image

Personally I'm having trouble displaying an image within my project on a Data Table. Simply the image goes blank. The system makes a query in the mySQL database of the image directory to know which image represents the specific team. Here is the...
asked by 25.12.2017 / 23:59
0
answers

Primefaces Wizard skips the tab without validating fields

I created a javascript function to validate form fields made up of the <p:wizard> component of Primefaces. The function is called through the onnext="" event of the <p:wizard> , that is, only when the person click...
asked by 03.01.2018 / 22:36
1
answer

How to change decimal delimiter in primfaces chart?

I have a problem that my decimal delimiter in the primefaces chart component is set to be . , how do I change to , ?     
asked by 28.12.2017 / 20:53