You were using unintentional behaviour in Seam.  I fixed this properly a while 
ago.

What you need to do is inject the values in the second bean:

@Stateful
  | @Name("sectionManagementBean")
  | public class SectionManagementBean implements SectionManagement {
  |     @In("#{sections.wrappedData}")
  |     private List<Section> sections;
  | 
  |         @In("#{sections.rowData}")
  |     private int selectedSectionNr;
  | .
  | .
  | }

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

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

Reply via email to