scope « Seam « JSF Q&A





1. How does JSF 2 ConversationScope work?    stackoverflow.com

I have a JSF facelets page that displays a table of data depending on which page they are viewing. When I display page 1, I call the view() action method to ...

2. Conversation scope for my JSF proyect    seamframework.org

Conversation scope for my JSF proyect 20. Oct 2010, 16:08 America/New_York | Link max simon HiI want to implement "conversation scope" in my jsf project without using EJB. I just wish to put my "backing beans" in a "conversation scope" and continue using the faces-config file for the managed-beans and navigations rules. I tried to set "conversation" from the online manual ...

3. Two new scopes in JSF 2.0 - no conversation scope    seamframework.org

Flash is pretty much what I asked for a while ago, a consistent way to pass information form one request in to the next, that is not affected byt the existence (or not) of long running conversation, without flash (a non promotable temp conversation), it is impossible to re-utilize navigation paths that work with temp running conversations if a long running ...