I don't really follow you sorry. You could describe PAGE scope as a mini-conversation that spans a single Request-Response-Request cycle. If you are asking whether the PAGE scope can be used to achieve a multi-level Master-Detail view architecture, then yes I suppose it could, but a long running conversation would probably be more useful.
For example I use PAGE scope to implement a clickable list where the click takes the user to another view and there is no need to retain any state (other than the item clicked) from the list screen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971128#3971128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971128 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
