[jboss-user] [JBoss Seam] - Error in documentation for Seam-2.0.0-BETA1?
thatrichard
do-not-reply at jboss.com
Sun Aug 5 14:45:45 EDT 2007
The documentation reads:
anonymous wrote : 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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070990#4070990
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070990
More information about the jboss-user
mailing list