Top "Facelets" questions

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

Invisible comments in jsf 2.0?

is it possible to embed comments in my .xhtml-files that are only displayed in the source and not the rendered …

jsf jsf-2 comments facelets invisible
How to implement a dynamic list with a JSF 2.0 Composite Component?

I asked this question and although the answer directly satisfied my needs I am left with a feeling that there …

jsf jsf-2 facelets dynamic-forms composite-component
What's the difference between <h:head> and <head> in Java Facelets?

See this. When and why to use <h:head>, instead of <head>? I've seen Primefaces won't …

jsf facelets variant
Why is the getter called so many times by the rendered attribute?

Related to a previous example, i tried to monitor my get/set methods on the server (when they are called, …

jsf jsf-2 facelets getter
Eclipse Facelet HTML Validator: Cannot apply expression operators to method bindings

The Eclipse Facelet HTML Validator reports an error "Cannot apply expression operators to method bindings" for the following line: <…

eclipse validation jsf-2 facelets el
How to invoke a JSF managed bean on a HTML DOM event using native JavaScript?

I need to execute a JSF managed bean action method using ajax during HTML DOM load event, similar to jQuery's $(…

javascript ajax jsf primefaces facelets
How to create a reuseable template with header/footer/navigation?

I have been playing with JSF and have a project working that has a header/footer/navigation/content panels. The …

templates jsf jsf-2 facelets
Adding action methods to a composite component

I am learning about composite components with JSF 2.0 and i want my component to be able to trigger methods from …

java jsf jsf-2 facelets composite-component
JSF returns blank/unparsed page with plain/raw XHTML/XML/EL source instead of rendered HTML output

I have some Facelets files like below. WebContent |-- index.xhtml |-- register.xhtml |-- templates | |--userForm.xhtml | `--banner.xhtml : …

jsf jsf-2 el facelets
facelets: passing bean name with ui:param to action attribute

Due to some custom components which expect a bean name (NOT the bean instance) in their attributes I need to …

jsf facelets ajax4jsf