[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread fernando_jmt
What I did was to add somthing like this: And in the resetList() I am reseting the list, in order to refresh the data using the @Factory which updated the list for the respective @DataModel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012427#4012427

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread dahm
Thanks, that is a good idea! I'm generating a lot of code and thus can not always maintain pages.xml properly in that way. I still think the feature I proposed would be a "nice to have" in order to propagate events... Cheers Markus View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread [EMAIL PROTECTED]
To share state between "all sessions" you must use application context (or, in a cluster, the PojoCache). There is no way to handle an event in "all sessions" according to the servlet spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012465#4012465 Reply

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread dahm
APPLICATION scoped events are exactly what I need :-) Cheers Markus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012475#4012475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012475 ___