Top "Facelets" questions

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

How to include another XHTML in XHTML using JSF 2.0 Facelets?

What is the most correct way to include another XHTML page in an XHTML page? I have been trying different …

jsf xhtml include jsf-2 facelets
Opening XML page shows "This XML file does not appear to have any style information associated with it."

I'm trying to run my Eclipse JSF project on Apache Tomcat on other computer. I created a WAR file with …

xml eclipse jsf facelets
Get Request and Session Parameters and Attributes from JSF pages

I'm using JSF with facelets and I need to get the request and session parameters inside the JSF page. In …

session jsf request facelets
The entity name must immediately follow the '&' in the entity reference

I want to put a packman game on my *.xhtml page.(I am using jsf 2 and primefaces 3.5) However, when I "…

javascript xml jsf xhtml facelets
How to display my application's errors in JSF?

In my JSF/Facelets app, here's a simplified version of part of my form: <h:form id="myform"> &…

jsf error-handling facelets
How to remove border from specific PrimeFaces p:panelGrid?

I have difficulty in removing border from a specific PrimeFaces <p:panelGrid>. <p:panelGrid styleClass="companyHeaderGrid"> &…

css jsf primefaces facelets
Error parsing XHTML: The content of elements must consist of well-formed character data or markup

As an extension of this question, I'm trying to insert Javascript to a <h:commandButton />'s onclick property …

javascript jsf jsf-2 xhtml facelets
How to use && in EL boolean expressions in Facelets?

I am having a little trouble figuring out how to do and's on EL expressions in Facelets. So basically I …

jsf facelets el
How do I insert non breaking space character &nbsp; in a JSF page?

How do I insert a non breaking space character in JSF page like I can in HTML using &nbsp;? …

jsf facelets
JSTL in JSF2 Facelets... makes sense?

I would like to output a bit of Facelets code conditionally. For that purpose, the JSTL tags seem to work …

jsf jsf-2 jstl facelets