Questions tagged as 'jsf-2.2'

1
answer

Editing a record with Daialog framework of primefaces

I am a beginner in the world java and java web, starting with jsf, primefaces and I have a problem that I can not solve. I have a dataTable listing some data, I have the ajax event to select a field in the table and an edit button. when doing th...
asked by 18.07.2017 / 15:41
0
answers

Tomcat is configured by Eclipse to go up on port 8085 but only opens on 8080

When I set up Tomcat in eclipse it gave me the error saying that the standard ports (8005,8080,8009) were busy, I changed the ports and I ran the program, but in Google Chrome when I put localhost: 8080 it opens even though it is not configured...
asked by 23.07.2017 / 09:20
1
answer

Items from p: selectOneMenu / do not appear

I'm developing a web application and jsf web jfs primefaces, and I put a select from primefaces, but the items from <f:selectItems / > do not appear Looks like this <h:panelGrouplayout="block" styleClass="parcelas">...
asked by 10.07.2017 / 02:32
1
answer

Prime components do not appear

My web.xml. <?xml version="1.0" encoding="UTF-8"?> <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/ja...
asked by 22.06.2017 / 22:11
0
answers

JSF web redirect on mobile is not working!

I'm developing a student project with JSF 2.2, Primefaces 5.0 and wildfly 8, and I came across the following problem: My Application works normally when I access from a desktop device, but when I try to access from a Mobile device, I go to th...
asked by 05.05.2017 / 08:54
1
answer

I make the verification of 2 more dates is persisting

I have a form, and before saving I want you to do a check that in this case would be two dates. However, when a check is made, it will send a message until it is OK. More ends up appearing another referent who managed to persist and ends up savi...
asked by 30.03.2017 / 19:13
1
answer

I can not do a postback in my project

I'm trying to make a postback in my project but I'm not getting it. When I submit the form, it continues to do select without precision. That is, it stayed the same way public class FacesUtil { /** * Método que avalia se é postBack. * @r...
asked by 29.03.2017 / 00:19
0
answers

Problems with charset="utf-8"

I have a data with aced recorded in the postgres database with UTF-8 example: Jose When I retrieve the page comes correctly, but when I submit the submit it changes to: Josà © . My JSF header looks like this: <h:head> <f:...
asked by 20.03.2017 / 14:45
0
answers

Problem with Lists in JSF & JPA

I do not know if the way I'm doing is correct, but I have a problem:    java.lang.IllegalArgumentException: id to load is required for   loading. When I try to remove a template from the list, and in addition, the list of selected templat...
asked by 29.11.2016 / 00:59
1
answer

Time to give update - JSF

Talk to the galley blz? Is there any way I can give an update to some component after a few seconds? I was able to do this natively using the "p: remoteCommand"     
asked by 15.12.2016 / 19:36