ActionConfig ac = action(HelloAction.class) .on(SUCCESS, fwd("/hello.jsp")); action(OutraAction.class) .on(SUCCESS, chain(ac));