| @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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...