Top "Facelets" questions

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

Sorting is not working in datatable in PrimeFaces?

Sorting is not working in datatable in PrimeFaces. Please suggest. See below my .xhtml file <h:form> <…

jsf xhtml facelets primefaces
How to equally distribute columns width in HTML table when the number of them is unknown?

I am working with JSF/ICEFaces and I need to generate a table from a dynamic tree structure with an …

html css jsf facelets
How to include JavaScript files by h:outputScript?

I want to use jQuery Validate plugin with JSF for client side form validation. I am finding basic difficulty in …

jquery jsf-2 facelets jquery-validate
Can not find the tag library descriptor for http://java.sun.com/jsf/facelets

I've a JSP with <%@taglib uri="http://java.sun.com/jsf/facelets" prefix="ui" %> However it errors with …

jsp jsf facelets taglib
NumberFormatException for input String

I have the following method in a JSF backing bean: public List<Rent> getTopMemebers(){ return rentDAO.findByMonthAndYear(MonthReport, …

java jsf jsf-2 facelets
java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config

I am developing an application for FB Login with website using Javascript and JSF. I have posted my code at …

jsf jstl facelets noclassdeffounderror
Which XHTML files do I need to put in /WEB-INF and which not?

After these questions: https://stackoverflow.com/questions/8589315/jsf2-dynamic-template Dynamic ui:include How can I retrieve an object on @WindowScoped? …

jsf jsf-2 facelets web-inf
Is it possible to use JSF+Facelets with HTML 4/5?

Facelets relies on XML namespaces to work with XHTML. How are HTML 4, and as far as I know, HTML 5 do …

html jsf jsf-2 xhtml facelets
What is the real conceptual difference between ui:decorate and ui:include?

It occurs ago me that ui:decorate is functionally the same as ui:include except that you can also pass …

jsf facelets