This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: When are interceptors applied?gavin.king Mar 1, 2006 5:57 PM (in response to andrew.rw.robinson)Depends upon the @Intercept setting. By default, they are not triggered during RESTORE_VIEW. 
- 
        2. Re: When are interceptors applied?andrew.rw.robinson Mar 1, 2006 11:51 PM (in response to andrew.rw.robinson)I had set "@Intercept(InterceptionType.ALWAYS)" as shown above. Isn't this what I needed to ensure this? Also, there was no view to restore, this was right before render response and on a new view (my phase listener is calling the method manually) 
- 
        3. Re: When are interceptors applied?andrew.rw.robinson Mar 22, 2006 10:54 AM (in response to andrew.rw.robinson)Any answer to this? I am still having to work around this issue. It would be great if the interceptors would intercept during on load instead of just during invoke application. 
 
    