You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2007/10/25 11:54:14 UTC

[Myfaces Wiki] Update of "Data List" by RonaldJohnson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by RonaldJohnson:
http://wiki.apache.org/myfaces/Data_List

New page:
== Description ==
The data list component can be used to iterate over stuff. It is prefered to use data list instead of forEach or ui:repeat
(to prevent stuff from getting rendered a zillion of times)

== Screen Shot ==
Not a Visual Component

== API ==

== Usage ==
TODO

== Syntax ==
TODO

== Instructions ==

== Attributes ==

== Configuration ==

== Notes and Known issues ==
For recursive calls, e.g. a component that loops over dataList and calls itself, there is a problem how to create the if-statement
(i.e. the statement if it should continue to call recursive or not).
Both ui:fragment and c:if fails.
ui:fragment creates an infinitive loop, and c:if none at all.
It is probably not a problem related directly to dataList, but would be good to have the solution handy here (if there is one)


== Examples ==

== FAQ ==
Post your (or potential) questions here.