Facelets is an XML-based view technology for the JavaServer Faces framework.
I am calling a template and am passing in parameters like below: <ui:include src="WEB-INF/Subviews/ProductEdit.xhtml"&…
jsf facelets myfacesI have a problem with duplicated ids in my JSF app. I've read in this post that one of the …
jsf facelets naming-containersAs suggested by a user time ago in another question, I need to inject a bean in another bean. So, …
java jsf jsf-2 facelets postconstructi am using icefaces select on menu to select a user from list of users and i want to repeat …
jsf-2 facelets icefaces icefaces-1.8In my web app, when the session expires and a user initiates a request (full page or AJAX), the user …
java jsf-2 facelets viewexpiredexceptionIf I cannot use the @ManagedProperty annotation with @Named, because @ManagedProperty doesn't work in CDI(?), then how do you pass …
jsf facelets cdi managed-propertyI have a <ui:composition> that contains a few elements with explicit ids and some ajax events which …
jsf jsf-2 facelets compositionI am trying to run simple application using JSF 2.2, Netbeans 7.3 and GlassFish v2. index.xhtml: <?xml version='1.0' …
jsf facelets jsf-2.2 glassfish-2.x