| @DataModelSelection
  | Item item
  | 
  | @Create
  | init() {
  |    item = new Item(1);
  | }


The item-variable appears to get overwritten by Seam with the first item of the 
@DataModel-annotated list. How to define a particular initial item?

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

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

Reply via email to