Questions tagged as 'primefaces'

2
answers

Validation Login and Password Primeface and JSF

I have a very simple system of Registration and Login, I have done a validation in both fields. I want to adapt this validation to something more specific like: Login does not exist Invalid password Currently my validation has a sing...
asked by 29.06.2016 / 17:29
3
answers

Delete form registration, JSF Primefaces

I am using JSF with primefaces . I have a registration screen, and I have a button to delete the form data, it would be a button to clear the form to make another registration. However, this clean button is not working. I would like...
asked by 02.09.2016 / 13:57
1
answer

java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet

When trying to start my JSF application my return this error: java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet pom.xml <dependency> <groupId>com.sun.faces</groupId> <artifactId&...
asked by 02.10.2015 / 15:12
4
answers

Primefaces datatable formatting numbers

How can I format a column (zip) of the datatable with the mask " 00000-000 "? Example: Value: 90560120 - Output:     
asked by 21.04.2015 / 17:55
2
answers

Message from "required" PrimeFaces

I have the following scenario: <h:form id="formValor"> <p:growl id="growlMessage" showDetail="true" autoUpdate="true" showSummary="false" /> <p:tabView id="tabViewVinculo" dynamic="true" widgetVar="tabViewVinculo"...>...
asked by 28.08.2015 / 18:22
1
answer

Problem trying to upload files using firstfaces 4.0

I have a simple application that allows me to upload text files. To do these uploads, I'm using the File Upload of Primefaces, but I'm having problems. I've tried several solutions and I can not fix this problem. This application is made on t...
asked by 03.04.2014 / 14:30
1
answer

How to use Google Maps with JSF

I need to use Google Maps in a JSF application. Primefaces offers GMap . I also found the GMaps4JSF . Which of the two approaches is the best, or if there are others, which one will bring me more benefits or more flexibility? References...
asked by 11.03.2014 / 15:03
1
answer

Problem using Dialog Prime Faces

Good evening, I'm developing a simple CRUD using JSF, but I'm having trouble using the Prime Faces functions. I want to do insertions, changes and deletions through Dialogs ... but until now I could not use the functions ... the dialog do...
asked by 07.07.2014 / 02:23
1
answer

The JSF AutoComplete component does not work

IhaveanapplicationthatmustenterSocialReason,CNPJandcity,boththeSocialReasonandCPNJfieldsareworkingnormally,howeverthefieldthathastoenterthecityisgivingthiserror.Ago26,20141:23:30PMorg.apache.catalina.core.AprLifecycleListenerinitINFORMAÇÕES:TheA...
asked by 26.08.2014 / 18:31
1
answer

DataTable does not update immediately after the "action"

I have a DataTable with some data when I select a row of the table and click on the end of process this line is saved in my bank with the status Finalizado and Cargo of the logged in user, however that line only add from my...
asked by 15.06.2015 / 22:26