New posts in facelets

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

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

Is it possible to use JSF+Facelets with HTML 4/5?

How to use JSF generated HTML element ID with colon ":" in CSS selectors?

How to create dynamic JSF form fields

How to send form input values and invoke a method in JSF bean

Why do I need to nest a component with rendered="#{some}" in another component when I want to ajax-update it?

How to invoke a JSF managed bean on a HTML DOM event using native JavaScript?

Sometimes I see JSF URL is *.jsf, sometimes *.xhtml and sometimes /faces/*. Why?

How to ajax-refresh dynamic include content by navigation menu? (JSF SPA)

When to use <ui:include>, tag files, composite components and/or custom components?

How to reference CSS / JS / image resource in Facelets template?

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

JSF returns blank/unparsed page with plain/raw XHTML/XML/EL source instead of rendered HTML output

JSTL in JSF2 Facelets... makes sense?