Iteration over JSF tags isn't possible. You know, every JSF page has a static 
component tree, and the number of contained components cannot vary.

To put it in a nutshell: There's no JSF iteration tag, and you even NEVER 
shouldn't do something like that:

<JSTL loop>

</JTSL loop>

The only possibilty to iterate over something in JSF is the dataTable-Tag.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957710#3957710

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957710
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to