1 Reply Latest reply on Apr 11, 2009 12:57 AM by clerum

    seam conversation extending multiple action classes

      Here is my scenario: I have one action class for a datagrid page and one for the associated detail page.  When the user clicks on an edit link for a particular row I want a conversation to start when the edit action is fired.  I do not want the conversation to end until they click the save or cancel actions on the action class associated with the manage page.  Since I have two action classes, is it possible to have the conversation span the both of them?  Can anyone provide examples on how to do this?