0 Replies Latest reply on Dec 7, 2007 10:20 AM by seampatic

    DataModel and method binding with scope different from SESSI

    seampatic

      I have a class with a DataModel and a method that must receive the selected item with the following signature

      public void selectItem(Item item)

      When the action class is has SESSION @scope the method receives the selected item but other scope like PAGE doesn't work.

      How can I resolve this problem??