4 Replies Latest reply on Nov 6, 2006 3:05 PM by ccanning

    Question about propogating selections to other components

    ccanning

      I am new to Seam and to JSF/facelets. Lookign at the booing example that came with seam 1.0.1GA, you have one action for selecting the hotel and another for booking the hotel. In the example, the booking action has the searching action injected into it. It there any other way to propagate the selected hotel to the booking action without directly accessing the searching action? or is this the preferred method?