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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...