5 Replies Latest reply on Jul 12, 2007 6:03 AM by pmuir

    How to keep information on the tabPanel

      I am using rich:tabPanel to switch two pages, one is storing house information, another is storing houseItem.
      For Stateless Bean, code like:

      @In(scope = ScopeType.SESSION)
      @Out(scope = ScopeType.SESSION)
      House house;


      But when I click another Tab Panel, then switch back, the information I just type in gone!!! Even I set House Entity Bean Scope as SESSION. It does not work.
      May I know how to keep information for each Panel?
      Thanks,


      Quinten