Top "Facelets" questions

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

Warning: This page calls for XML namespace declared with prefix [tagname] but no taglibrary exists for that namespace

I've declared the Facelet view template as follows: <ui:composition template="./templates/master.xhtml" xmlns:f="http://java.sun.…

jsf jsf-2 facelets
Pass method argument/parameter to composite-component action attribute

The title really says it all. I have made an attempt which failed with the error: Illegal attempt to pass …

jsf facelets composite-component
Conditionally rendering an <ui:include>

I am trying to toggle a page that shows a <rich:dataTable>. Before I just included the <…

jsf richfaces facelets jsf-1.2 uiinclude
JSF and automatic reload of xhtml files

I had some problems with hot-reloading XHTML files using JRebel, Spring, JSF Mojarra 2.0.3 and WebLogic 10.3. JRebel reloads regular Java classes …

java jsf facelets mojarra jrebel
How do you call List.size() from a JSF 2.0 Facelets Template?

What is the syntax for calling list.size() in a JSF 2.0 Facelets template (eg, using an h:outputText element)?

java jsf facelets java-ee-6
Why does @PostConstruct callback fire every time even though bean is @ViewScoped? JSF

I am using datatable on page and using binding attribute to bind it to my backing bean. This is my …

jsf facelets view-scope postconstruct
Class org.springframework.web.jsf.el.SpringBeanFacesELResolver must extend the type javax.el.ELResolver

I am trying to integrate Spring into a JSF application. In faces-config.xml, I have included this: <application> &…

spring jsf el facelets
primefaces fileupload invalid file type doc, docx

I want to upload doc or docx file using primefaces fileUpload,although I specify the type of file it display …

jsf file-upload primefaces facelets
Redirecting on session timeout in JSF-Richfaces-facelet

I am using JSF with RichFacecs to create a web portal .I want to redirect the user to the login …

jsf richfaces facelets
How to invalidate an user session when he logs twice with the same credentials

I'm using JSF 1.2 with Richfaces and Facelets. I have an application with many session-scoped beans and some application beans. The …

java session jsf richfaces facelets