0 Replies Latest reply on Oct 31, 2005 12:30 PM by marius.oancea

    Statefull component gets destroyed

    marius.oancea

      I tried to add a tree into HotelBookingAction. I have a method getTreeModel().

      In the xhtml i have something like "<t:tree2 value="#{hotelBooking.treeModel}"

      What seems strange to me is that everytime the method getTreeModel gets called, the conversation is destroyed and destroy method of HotelBookingAction gets called.

      I'm not sure what I 'm not understanding. Please help.