[jboss-user] [JBoss Seam] - Same behaviour than good old-fashioned request scope ?
limousyf
do-not-reply at jboss.com
Fri Jun 1 11:46:19 EDT 2007
Hello,
I want to display a list in a datatable and I used the "clickable list" example from the reference doc.
The only difference is that I'm using a SLSB instead of a SF one.
The datamodel displayed is filtred on the logged user (typically, his "list of stuff").
When I log in and display the page using a user, his list is correctly displayed but if I log out and come back with an other user, the previous list remains in memory (and my breakpoint in debug isn't activated).
If I type "F5" or click the validating button on my page, then the list is re-loaded, filtered correctly and displayed.
I'm using a SLSB and I tried different scope mode (EVENT and PAGE which seems close to request mode).
Is it possible to have a similar behaviour than in request mode or am I doing a major conception misunderstanding here ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050533#4050533
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050533
More information about the jboss-user
mailing list