view « Facelets « JSF Q&A





1. Displaying dynamic views using Facelets / JSF    stackoverflow.com

I am about to commence work on a project using JSF/Facelets that shall integrate with a third party library. This third party library contains the screen definition and it has the following ...

2. jsf linking to a view that uses a template    stackoverflow.com

Hi this is my folder structure:

-Web Pages
 -WEB-INF
   -template.xhtml
 -gebruiker
   -index.xhtml
 -index.xhtml
and now I'm trying to link from index.html to gebruiker/index.xhtml I do this as follows: index.xhtml:
<h:form>
   ...

4. Facelets View handler    coderanch.com