Template « Component « JSF Q&A





1. JSF renderers - using templates    stackoverflow.com

I was wondering if anyone has experience with using some kind of templating language for generating the html output in the component's renderer. It seems to me that doing stuff like the ...

2. Templates with Facelets and calling action from template's component?    stackoverflow.com

I'm a newbie in JSF, facelet, richfaces... and I understood managed beans, methods called within JSF components However, I wanted to use facelets template with the ui:composition, ui:define, like master pages in ...

3. JSF 2: How build components correctly?    stackoverflow.com

I'm new to JSF and I'm trying to learn it because I saw the benefits of it. I have one website build in HTML and now I would like to create templates ...