2 Replies Latest reply on Nov 14, 2006 6:46 PM by ccanning

    Conversation for multi-page edit using new SAF

    ccanning

      I am using the new Seam application framework I am getting conversation context errors. I am wondering how do I start a multi-page conversation using the seam framework using the standard persistence methods where there is a new page for each embedded object.

      A has a set of B
      B has a set of C

      When I start to edit A, can can "drill" to edit B and then "drill" to edit C? Do I need to override the persistence methods and use @Begin and have an arbitrary method for @End? or should I try a different aproach all together to implement this functionality?

      Hope this is clear enough to understand.