Re: Extending interceptor stacks

2008-02-21 Thread Dave Newton
--- Allen, Daniel [EMAIL PROTECTED] wrote: Is there a way to have one interceptor stack defined in terms of another? I created a log-in interceptor to check if a user is logged in and redirect him/her to the log-in page if not, and it will be applied to almost all pages, but there will be a

Extending interceptor stacks

2008-02-21 Thread Allen, Daniel
Is there a way to have one interceptor stack defined in terms of another? I created a log-in interceptor to check if a user is logged in and redirect him/her to the log-in page if not, and it will be applied to almost all pages, but there will be a few (index, etc.) that would not need that.