[jboss-user] [JBoss Seam] - Re: Can't remote to session bean instance in server initiate
JohnEChesher
do-not-reply at jboss.com
Fri Apr 13 13:21:26 EDT 2007
Shane, thanks for your help. Got me down the right path, then I discovered how to get the current conversation ID from my view, which was the last missing link.
In case it saves someone else some grief, here is how I got the current conversation ID:
<script type="text/javascript">
| function addFamily(instId, checked)
| {
| Seam.Remoting.getContext().setConversationId( #{conversation.id});
| remoteManager = Seam.Component.getInstance('maintainUsers').addOneFamilyInst(instId, checked);
| }
| </script>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037168#4037168
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037168
More information about the jboss-user
mailing list