[jboss-user] [JBoss Seam] - Re: 'Modal' in terms of pageflow
christian.bauer@jboss.com
do-not-reply at jboss.com
Mon May 7 06:34:01 EDT 2007
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#4043612
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043612
More information about the jboss-user
mailing list