[jboss-user] [JBoss Seam] - Re: Page refresh when hitting F5

2007-08-21 Thread [EMAIL PROTECTED]
Sorry about the delay. An event is raised on the component returned from Contexts.lookupInStatefulContexts(), i.e. in this case the method in the current users sessions. It doesn't touch the ones outside that context. You could put it in application scope, or just redesign your scope usage

[jboss-user] [JBoss Seam] - Re: Page refresh when hitting F5

2007-08-16 Thread enrico256
Pete, is this code shedding any light on the problem? Thanks, Enrico View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074689#4074689 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074689

[jboss-user] [JBoss Seam] - Re: Page refresh when hitting F5

2007-08-14 Thread [EMAIL PROTECTED]
Post code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073921#4073921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073921 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Page refresh when hitting F5

2007-08-14 Thread enrico256
Here is an extract of the code: home.xhtml shows the list of items rich:dataTable id=items value=#{items} var=_item | rich:column | s:link action=#{itemFinder.selectItem} value=#{_item.id}/ | /rich:column | rich:column | h:outputText