Great stuff. Thanks Pete.

(I will have to update my code in a few places where I have used this behavior, 
but not a big problem)

A quick test showed that it needs to be :


  | @In("#{sections.wrappedData}")
  |     private List<Section> sections;
  | 
  | @In("#{sections.rowData}")
  | @Out(required = false, scope = ScopeType.CONVERSATION)
  | private Section section;
  | 

and seems I dont need:
section = sections.get(selectedSectionNr); anymore


Thanks

L

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

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

Reply via email to