Questions tagged as 'jsf'

1
answer

AES JSF Encryption

I have the following problem, I have an AES encryption algorithm. When I run it through main it works, but when I run it on a jsf page and decrypt the text it returns several ????? when it contains special character in the String. I'm using the...
asked by 23.09.2016 / 17:32
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
1
answer

Convert html page to jsf

I've downloaded a template that will be the index of my project, so it's all set up with web.xhtml , I'm already running other jsf projects, however I'm starting another project and I want to put a template that I've taken in html5 to run...
asked by 04.12.2014 / 04:49
1
answer

JSF rendering

How do I render the components of Richfaces . I have combobox and when I click on an item of it I want to render my form according to my item. Examples please.     
asked by 04.04.2014 / 04:29
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

Change color of a row in the datatable when marking a checkbox

I'm developing an application using the bootsfaces framework in JavaWeb. On one of my screens I have a datafile of bootsfaces with the values coming from my Bean and a checkbox of the primefaces that assists in deleting or changing a particul...
asked by 09.08.2017 / 14:49
1
answer

Error converting a data from one class to another

I'm using JSF in a project, I have a working "W-A" screen that displays the data from the "T-A" table on a grid. In this grid, each line has a button that points to a new "WB" screen where the "detailing" of the previous screen item in a grid wi...
asked by 21.11.2017 / 21:00