[jboss-user] [JBoss Seam] - Re: DataModel in two SFSB issues (regression)

lcoetzee do-not-reply at jboss.com
Thu Oct 11 11:29:19 EDT 2007


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



More information about the jboss-user mailing list