34353637383940414243
{ @Override protected ViewAdapter executeAction(Object actionBean, ActionContext context) { NavigableAction action = (NavigableAction) actionBean; action.execute(); return findActionForward(actionBean, context); }