Questions tagged as 'jsf-2.2'

1
answer

How to disable a button during the ajax request with primefaces?

How to disable a button during the ajax request with primefaces using p: ajaxStatus. I wanted to do this in a generic way, ex: all buttons will be disabled during the ajax request;     
asked by 10.10.2016 / 16:31
2
answers

JSF2 tags do not work inside a Bootstrap tag [closed]

I created a Java Web project that is using JSF2 + Bootstrap, both the CSS file and Bootstrap are correctly configured in my project, and in previous project Web Java was always responsible for the Back End part, only now I'm starting to learn th...
asked by 27.08.2015 / 16:29
0
answers

How to clean a p: form messages by Bean?

I have the following situation: 1. I have an xhtml with <p:tabView> with id="tab"; 2. In this tabView I have 3 tabs and each one with its forms and <p:messages> with their respective id; What is the problem? In t...
asked by 07.11.2015 / 23:03
0
answers

Error logging in with Spring Security and JSF

I'm trying to implement a login with Spring Security 4.0.1.RELEASE and JSF 2.2, trying to login it always returns as invalid login. login.xhtml <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/D...
asked by 19.06.2015 / 04:26
2
answers

Use or not to use "Backing Bean" / "Manage Bean" with JSF?

On page 64 of the Algaworks e-book "Java EE 7 with JSF, PrimeFaces and CDI" explains the use of backing beans, which are , responsible for controlling the components of JSF pages. But at the end of the explanation there is a paragraph that...
asked by 13.07.2015 / 21:12
0
answers

Problems with JSF converter: "f: convertNumber"

Good night everyone, In an application I developed in JSF the converter worked fine running locally with local mysql bank (JPA / Hibernate) But when I deployed the application and put it into production (server) it did not work as it shoul...
asked by 26.01.2015 / 23:12
0
answers

Problem with the rich: suggestionbox component in IE

We encountered a problem with the rich: suggestionbox component in the IE 8 browser. When the suggestion list appears and the user clicks on the suggestion, but on no list item, the suggestion is "closed" (disappears), however it remains pres...
asked by 21.08.2014 / 21:26
0
answers

Doubt Migration JSF 2.1 for JSF 2.2

I migrated my application from JBoss AS 7.1.1 to Wildfly 8.2 and JSF 2.1 to JSF 2.2 . I also use Hibernate 4.3.7 , JPA 2.1 and PostgreSQL . I am getting access to my application normally, but when tr...
asked by 07.07.2015 / 15:27
2
answers

Fonts are not displayed when used with JSF

I created a Maven project that is using JSF2 plus the Bootstrap framework, but there are some Bootstrap configurations that are not working properly, as you can see in the figures below. It is being viewed like this: Andinfactitwasmeant...
asked by 17.08.2015 / 19:03
1
answer

How to redirect page in JSF?

I have a system with a form where you can edit or remove items. There is a link to redirect another page. What form can I redirect a page to in JSF?     
asked by 29.09.2017 / 17:20