|
Size: 945
Comment:
|
← Revision 3 as of 2009-09-20 23:00:47 ⇥
Size: 945
Comment: converted to 1.6 markup
|
| No differences found! | |
Description
The data list component can be used to iterate over stuff. Alternative to using t:dataList you could also use ui:repeat (a facelets-tag) or the build-time tag c:forEach (also a facelets-tag). Note that there used to be a bug in ui:repeat which made t:dataList a better candidate for the task, this bug has been fixed in the latest versions of Facelets (>=1.1.14). c:forEach will not work in all cases - e.g. if you want to use c:forEach in a ui:repeat tag (so mixing render-time and build-time iteration tags), you will run into problems.
Screen Shot
Not a Visual Component
API
Usage
TODO
Syntax
TODO
Instructions
Attributes
Configuration
Notes and Known issues
Do not use c:if or ui:fragment tags inside a t:dataList tag - use the rendered-attribute of components instead.
Examples
FAQ
Post your (or potential) questions here.