2 Replies Latest reply on Mar 23, 2006 3:50 AM by emsa

    How is @DataModel supposed to work?

    emsa

      This doesn't work, items is null when the "select"-action is called. Shouldn't the value be injected when the action is called?

      @Scope(EVENT)
      public class FindItems extends BaseAction {
      
       @DataModel(scope = PAGE)
       private List<Item> items;
      }