To answer my own question, just in case anyone comes across this:
It's no longer possible to dynamically alter the configuration, so a
redirect to an action that's not in the config must be done differently. I
copied the idea from ExecuteAndWaitInterceptor.java:
ServletRedirectResult shRe
We are investigating moving from Struts 2.0.x to 2.1.8. We have an
interceptor that does a redirect like this:
ResultConfig cfg = new ResultConfig("shRes",
ServletRedirectResult.class.getName());
cfg.addParam("location", "MyAction.action?"+request.getQueryString());
actionInvocat
2 matches
Mail list logo