This is just Gavin going on about something...
The main point I think is that traditionally web applications only work in one browser
window at a time, because all state is session-shared and several windows would produce
conflicting updates. A workaround is to simulate several browser windows with modal
dialogs. In Seam you use conversations for that, hence, the app works in several browser
windows.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043612#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...