1 Reply Latest reply on Mar 4, 2008 3:38 PM by keithnaas

    How to get conversation bean from Seam remoting?

    sherkan777

      Hi,
      I got SFSB in conversation mode:



      and one list object.
      When I try to get to my bean via Seam remoting:
      function getInvoiceData() {    Seam.Component.getInstance(ordersAction).fiscalPrint(args,
      }


      my collection and all variables are null, but in Session scope everthink is ok.
      I can anyone tell me how to get to conversation scope of my bean from Seam remoting?