[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?
bfo81
do-not-reply at jboss.com
Thu Jul 13 08:35:28 EDT 2006
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
More information about the jboss-user
mailing list