Is it possible to have a JSF component that has ui:repeat and inside the repeat call the same component? It\'s because I\'m building tree of question:
Based on the answer of BalusC I created a solution like this.
[..]
The level attribute is used at build time to avoid endless recursion and the renered attribute of the a4j:repeat (or ui:repeat in your case) will be evaluated at render time.