3 Replies Latest reply on Apr 26, 2010 5:42 PM by ajanz

    basic problem wiht @out

    ajanz
      i got a basic understanding problem

      i got a SFSB with code like

      @Out
      MyData data = new MyData();

      and a Bean of ScopeType Page

      with

      @In
      MyData data

      but in the PageBean data is always null! why? where is my mistake?