[jboss-user] [JBoss Seam] - how setting initial value for @DataModelSelection

axismundi do-not-reply at jboss.com
Fri Nov 30 06:03:54 EST 2007


  | @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



More information about the jboss-user mailing list