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