I want to be able to disable form validation for one action in Struts 2, but have the rest of the interceptor stack still be able to run.
I have an interceptor that
I figured it out--the solution looks like this:
/banking/Deposit.jsp
choose
Interceptor parameters can be restricted to specific interceptors by prepending the interceptor name to the parameter name. In this case, only the workflow
interceptor will exclude the choose
method; other interceptors will still fire for the choose
action method.