The code for dealing with stale subscriptions is a little messy at the moment. However to
deal with your immediate issue, if you can somehow pass your subscription token to the
next page (with a hidden field or something) then you can manually insert your
subscription into the registry like this:
| Seam.Remoting.subscriptionRegistry.push({topic:topicName, callback:callback,
token:token});
|
Then simply call Seam.Remoting.poll() to kick off the polling process.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977499#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...