This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: RequestContext in RichFacesnbelaevski Feb 18, 2010 11:13 AM (in response to jmiguel77)Hi, You can use org.richfaces.context.RequestContext.getInstance() method. 
- 
        2. Re: RequestContext in RichFacesjmiguel77 Feb 18, 2010 11:35 AM (in response to nbelaevski)thanks a lot after reading some of the code involved in that wrapper, we decided to wrap the FacesContext, not the richfaces RequestContext anothes question; in trinidad, they have something called the PageFlowContext; what i understand is that is a context between the Session and Request contexts in seam, there is the conversation context; but i don't want to get involved with seam; so, is there any similar scope in richfaces ?? or my only alternative is to use the sessionScope ?? thanks again 
- 
        3. Re: RequestContext in RichFacesnbelaevski Feb 18, 2010 1:57 PM (in response to jmiguel77)You can use a4j:keepAlive tag or @KeepAlive annotation.
 
    