|
|
Download Facelets
Facelets Home
Facelets Reference
Facelets - JavaServer Faces View Definition Framework
facelets.dev.java.net/nonav/docs/dev/docbook.html Facelets Developer Documentation
Facelets Resources
Facelets Wiki
Facelets Tips & Tricks
Resource Bundles
If you reference a named bundle inside a <ui:define>, the bundle must be declared with <f:loadBundle> in one of two places:
1. in the template itself or
2. in the template client *inside* the <ui:define> region where it is referenced Iterator variable names must be unique
If you use one of the tags that iterates over rows like h:dataTable and t:tree2, the name you choose for the var="iterator_name" attribute must be unique in the request. The reason is that these tags store data for each iteration in the request variable map. Serving resources (images, etc.) out of a jar
|