Support for application profiles

2023-03-05 Thread Shawn Griffith
Hi everyone, does struts2 support application profiles like struts.xml struts-dev.xml struts-prod.xml T

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 addi