Support for application profiles
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
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