Top "Jsf-2.2" questions

JavaServer Faces 2.2 is the major JSF upgrade that's part of Java EE 7. It has some significant new features like task flows (Faces Flow), a stateless mode, basic theming (resource library contracts), build-in HTML5 support and a much improved "bare HTML" mode (passthrough elements).

JSF 2.2 interpret empty string submitted values as null not working

I have migrated from Java EE 6 to Java EE 7, and now with JSF 2.2 the context param INTERPRET_EMPTY_STRING_SUBMITTED_…

jsf el jsf-2.2 java-ee-7
When to use preRenderView versus viewAction?

When should one use the preRenderView event to initialize data for a page versus using the viewAction? Are they equal …

jsf-2 jsf-2.2 prerenderview
Panel grid layout in PrimeFaces

I want a layout of <p:panelGrid> (or <h:panelGrid>) as shown in the following snap …

jsf primefaces grid-layout jsf-2.2 panelgrid
How to target entire JSF page to be blocked by p:blockUI / pe:blockUI?

The example demonstrates blocking of <h:form> by <pe:blockUI>. <h:form id="form" prependId="…

jsf primefaces jsf-2.2 blockui primefaces-extensions
Spring Boot JSF Integration

Environment : Tomcat 8 Spring Boot 1.5 JSF 2.2 Apache MyFaces Spring MVC Code : I am integrating Spring Boot and JSF 2.2 in Servlet 3.0 environment. …

spring spring-boot jsf-2 jsf-2.2
Display footer in PrimeFaces template, when fullPage of p:layout is set to false

Footer is not displayed (actually, it is incorrectly displayed on top of the page), when fullPage is set to false …

css jsf primefaces jsf-2.2 sticky-footer
How can I upload multiple files with JSF 2.2

I am trying to add a multiple file upload using h:inputFile. I had a quick look through the source …

jsf file-upload jsf-2.2
PrimeFaces nested form inside p:dialog with appendTo="@(body)

I have this fragment: <h:form id="form"> <!-- other content --> <p:panel id="…

jsf primefaces dialog nested-forms jsf-2.2
Which XML namespace to use with JSF 2.2 and up

I have migrated my application from JSF 1.2 to 2.2. It used XML namespaces on java.sun.com domain like xmlns:f="…

jsf facelets jsf-2.2 xml-namespaces java-ee-7
Exception handling in JSF ajax requests

How do I handle the exception and access the stack trace when an exception is thrown while processing a JSF …

ajax jsf exception-handling jsf-2.2