[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Peter Muir
peter at bleepbleep.org.uk
Mon Aug 6 07:02:59 EDT 2007
User: pmuir
Date: 07/08/06 07:02:59
Modified: doc/reference/en/modules remoting.xml
Log:
minor
Revision Changes Path
1.28 +1 -1 jboss-seam/doc/reference/en/modules/remoting.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: remoting.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/remoting.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- remoting.xml 4 Jul 2007 03:37:09 -0000 1.27
+++ remoting.xml 6 Aug 2007 11:02:59 -0000 1.28
@@ -341,7 +341,7 @@
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: </para>
- <programlisting><![CDATA[Seam.Remoting.getContext().setConversationId( #{conversationId} );]]></programlisting>
+ <programlisting><![CDATA[Seam.Remoting.getContext().setConversationId( #{conversation.id} );]]></programlisting>
</sect2>
</sect1>
More information about the jboss-cvs-commits
mailing list