Top "Facelets" questions

Facelets is an XML-based view technology for the JavaServer Faces framework.

Redirect from index.jsp welcome file to map.xhtml JSF page

I am try to make a my first jsf2 project run on jboss7.1 I want to redirect from the index.…

jsf facelets welcome-file
Using dynamic ui:include inside ui:repeat results in NullPointerException

I want to create dynamic dialog windows by using <ui:repeat> and <p:dialog> with <…

jsf facelets uirepeat uiinclude
Changing JSF prefix to suffix mapping forces me to reapply the mapping on CSS background images

I've been using prefix mapping for years and decided to switch to suffix mapping, just to get rid of the /…

css jsf jsf-2 facelets
How to produce javax.faces.ViewState hidden field without 'id' and 'autocomplete' attributes

This is what I have in the output HTML document (produced by JSF 2.0/Mojarra 2.0.3): <input type="hidden" name="javax.…

jsf xhtml facelets viewstate mojarra
varstatus attribute in ui:repeat in jsf 1.2

How do I implement the functionality of varstatus attribute in ui:repeat in JSF 1.2? If it can't be used in …

jsf facelets jsf-1.2 uirepeat
How to reference Facelets taglib in JAR from Facelets and web.xml?

I am using the Apache MyFaces Commons Validator TagLib. How should i add this to my web.xml? The commons …

jsf facelets taglib myfaces
Difference between ui:composition and ui:decorate in Facelets

What are the differences between ui:composition and ui:decorate in Facelets ? Both seem to support ui:define as child …

java jsf jakarta-ee jsf-2 facelets