Questions tagged as 'primefaces'

0
answers

System 'hangs' after uploading image

In my system, I upload a certain image, the image is saved in a directory and then saved the product in the database until the right td, the problem is that after saving the product the system hangs, logging of the server does not show any error...
asked by 04.02.2015 / 01:55
2
answers

Display an image that is outside the JSF project

Hello, I have a screen that uploads a file and saves it to a folder in a computer's directory, and saves the full image path in the database, now I want to display the image in a table, for example I did the example of the firstfaces but I can n...
asked by 26.09.2014 / 19:46
1
answer

Close modal JSF

I need to make my deleteConfirmationModal close. It only works by clicking NO . I need to make it execute the SIM action and close the modal. <p:commandLink title="#{label.REMOVE}" process="@this" styleClass="btn-remove" oncom...
asked by 05.12.2017 / 13:02
1
answer

Problems with DataExporter

I can not export data from my table, even following the example of Primefaces Showcase . I use version 5.0. <h:commandLink><p:graphicImagelibrary="img" name="xlsx.png" width="32" title="Exportar para Excel"/> <p:d...
asked by 16.11.2015 / 15:04
2
answers

Install Theme Primefaces Avalon - Netbeans

I bought a primeFaces theme (Avalon). But I have no idea how to implement it in Netbeans. The .jar file came (avalon-theme-1.0.5.jar) and test pages, WEB-INF, resources (css, fonts, images, js) and sass. Implemented the library in netbeans...
asked by 03.05.2018 / 03:45
1
answer

Java system sending message to mobile

Personally, I'm developing a Java web application with Eclipse Maven for use in a small office, system running in the cloud, and access by office computers. I was asked at the end of a launch, that a given user receive a sms in his cell registere...
asked by 14.10.2016 / 08:46
1
answer

Component p: panelGrid does not render, only displays texts

I have p:panelGrid that receives dynamic data as it is received by the onItemchanged method mentioned in the code. However, depending on the image, the component does not render and only displays the text. I have tried Glassfish...
asked by 11.09.2014 / 03:30
1
answer

How to register a photo using UploadedFile of primefaces? I was able to save the photo inside the variable photo but I can not save it in the bank [closed]

Console message: set 02, 2015 11:05:01 AM com.sun.faces.config.ConfigureListener contextInitialized INFORMAÇÕES: Inicializando Mojarra 2.2.8 ( 20140814-1418 https://svn.java.net/svn/mojarra~svn/tags/2.2.8@13507) para o contexto '/restaurante'...
asked by 31.08.2015 / 22:23
1
answer

Problem of Hibernate Envers with class objects within a class

I have the following class. @Entity @Audited @GenericGenerator(name = "Sequence_Generic", strategy = "com.paradigma.ecred.dao.hibernate.generator.ManualGenerator") // sequence generic criado para a atividade 510 @SelectBeforeUpdate @DynamicUpd...
asked by 05.04.2014 / 14:13
1
answer

How to create a list with Months to change the result of the DataTable?

I have a dataTable that brings the data of a specific month set in DAO. I would like to create a field where I select the month and it updates the table with the selected month. Do you have to use ajax?     
asked by 23.06.2016 / 22:57