Questions tagged as 'primefaces'

2
answers

Upload PrimeFaces Directory

I am uploading with PrimeFaces where the upload is in the Project Resources folder, however I want to use another directory to store the files, preferably in the root directory where Tomcat is located. Any suggestions on how to get this path?...
asked by 18.10.2016 / 15:31
1
answer

Capture Schedule component month manipulation event

By using the Primefaces Schedule component, you can manipulate the events of buttons that change the current calendar month, the buttons marked with the circle in the image below? Iwanttocapturefromtheeventassociatedwiththe"navigation butt...
asked by 14.03.2016 / 19:30
1
answer

Problems with ui: repeat and ajax update

Good evening. I have some problems with using ui:repeat and the ajax update of primefaces. MyintentionistolistthecriteriafromtheDecisionProcessidtowhichtheyarelinkedsothattheusercanselect,foreachoneofthem,ifitisanumericvalue(Boolean...
asked by 11.06.2015 / 13:11
1
answer

Error changing theme from Primefaces

Hello, I'm learning primefaces and I'm trying to change the theme of primefaces. For that I downloaded it by Maven. The theme even appears in the dependencies. But the following message appears when I'm going to run in the browser:    Error l...
asked by 09.06.2015 / 16:00
1
answer

Formatting problems with p: columns

I'm having trouble formatting a datatable with a fixed column and% with% variable columns. POJO @Entity @Table(name="avaliaprojeto", schema="somore") public class AvaliaProjeto implements Serializable, SampleEntity { private static f...
asked by 16.06.2015 / 19:58
2
answers

Error Too many connections Hibernate + MySQL

I have an application in development in Java using Hibernate and PrimeFaces, in the list of items I have the option to do a search for some information in real time using several filters. However when I run the application and perform some te...
asked by 17.03.2015 / 17:23
1
answer

Eclipse does not show java attribute hint

When I press Ctrl + Space and click on the attribute , Eclipse is not showing the attribute hint before clicking. p> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd...
asked by 19.01.2015 / 15:57
1
answer

Handle two lists of a Drag and Drop component on different ManagedBeans

I'm using the Drag and Drop DataTable component. Contextualizing is as follows: I have a registration based on steps. Where in the first step I enter the information of an Edital X, which is manipulated by the editalBean, already in the secon...
asked by 29.01.2015 / 03:41
1
answer

Null pointer exception on a radio button

I'm trying to put two PrimeFaces radio buttons on an xhtml page: <p:selectOneRadio id="fis_jur" layout="custom" value="#{usuario.fis_jur}" required="true"> <f:selectItem itemLabel="Física" itemValue="1"/> <f:selectItem...
asked by 26.11.2014 / 02:11
1
answer

Problem with Primefaces running glassfish

I'm developing a Java Web application using Primefaces to run on the GlassFish server on a Windows Server 2008 server. When I run on my notebook as localhost it works perfectly. So I deploy to the remote server (Windows Server) all correctly. Th...
asked by 26.07.2014 / 06:19