Re: Placing interceptor in arbitrary position in the stack

2023-03-23 Thread Lukasz Lenart
As far I know you must declare a new stack czw., 23 mar 2023 o 18:29 Shawn Griffith <276ee31...@proton.me.invalid> napisaƂ(a): > > Hi, > > let's say I have this default interceptor stack > > > > > > > > > > > > > > > > > > > > > > input,back,cancel,browse > > > > > > > > > >

Placing interceptor in arbitrary position in the stack

2023-03-23 Thread Shawn Griffith
Hi, let's say I have this default interceptor stack input,back,cancel,browse input,back,cancel,browse using annotations on an action class, can I place another interceptor between prepare and model driven? Or do I need to re-declare the entire stack with the