0 Replies Latest reply on Jan 24, 2008 10:32 AM by norbert45fr

    Beans communication

    norbert45fr

      Sorry if this is a FAQ but I'm a bit lost and do not know how to implement.
      I have a richtab with 3 tabs. Each tab is specific and is managed by a separate bean. I would like to pass parameters from one bean to another. My first tab is for searching with a search button, the second tab is list of objects found, third tab is for displaying an object. When I press search on first tab I grab criteria entered, then search objects and returned the results to the second bean to display the list. How I can achieve this with 2 different beans?
      Normally without richfaces you should use session or request getParameter or getAttribute but here I'm lost. Does someone can give some clue on how to do it?

      thanks for your help