Top "Facelets" questions

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

<ui:debug/> tag not working in Facelets (JSF 2.0)

I am doing a project using JSF 2.0 and Facelets. I have read documentations that the <ui:debug/> tag …

java jsf facelets
File upload using RichFaces

I am currently looking in to some file uploading using Java Server Faces. I've found this great introduction to it …

jsf jakarta-ee richfaces facelets
When using <ui:composition> templating, where should I declare the <f:metadata>?

I have made a lot of progress in converting my JSF applications to book-markable pages, but I am wondering if …

jsf metadata facelets composition templating
Trouble with Primefaces 3.0.M2 SelectOneMenu Ajax behavior

I am having trouble with implementing two SelectOneMenu controls, where data in the second one depends on the selection made …

ajax jsf-2 facelets primefaces
ui:repeat and h:panelGrid

When using something like <h:panelGrid columns="1"> <ui:repeat var="o" value="#{mybean.list}"> <h:…

jsf facelets mojarra
How to customize h:head when using ui:composition template?

I am using JSF to render an HTML page. I design the page like it : <f:view xmlns="http://…

jsf jsf-2 facelets composition head
Packaging Facelets files (templates, includes, composites) in a JAR

Is it possible to put JSF2 Facelets files with common content into a JAR to use it from other web …

jsf jsf-2 jar facelets modularity
How can I set id of a component/tag inside ui:repeat

I'm trying to assign an id to a component inside a <ui:repeat> like that: <ui:repeat …

jsf jsf-2 facelets uirepeat
Why Facelets is preferred over JSP as the view definition language from JSF2.0 onwards?

I see that from JSF2.0 onwards Facelets view definition language is the preferred view definition language and not JSP which …

jsp jsf jsf-2 facelets
JSF 2.0: How to skip JSR-303 bean validation?

How to skip JSR-303 Bean validation with JSF, when a button is clicked? A bit lengthy question to explain a …

jsf jsf-2 facelets bean-validation