[jboss-user] [JBoss Seam] - Re: jsf iteration and seam scopes

Sammy8306 do-not-reply at jboss.com
Tue Jun 19 07:44:18 EDT 2007


Uhm, I guess:


  | <ui:repeat value="#{el-expr-to-conversational-object}" var="itervar">
  |   .. do stuff with itervar ..
  | </ui:repeat>
  | 

Where the ui namespace should point to the Facelets tag library. This way, everything nested inside the repeat is... well, repeated, bringing the current element of the collection you are iterating over in scope for each iteration.

Is this what you're looking for?

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055561



More information about the jboss-user mailing list