1 Reply Latest reply on Aug 6, 2007 7:03 AM by pmuir

    Error in documentation for Seam-2.0.0-BETA1?

      The documentation reads:

      21.4.2. Remote calls within the current conversation scope

      In some circumstances it may be required to make a remote call within the scope of the current view's conversation. To do this, you must explicitly set the conversation ID to that of the view before making the remote call. This small snippet of JavaScript will set the conversation ID that is used for remoting calls to the current view's conversation ID:

      Seam.Remoting.getContext().setConversationId( #{conversationId} );



      Should this be #{conversation.id} ? The documented version does not seem to work, whereas the above does.

      Richard