149150151152153154155156157158159160161162
catch (Exception e) { throw new ActionException(e); } } else if (obj instanceof SimpleAction) { SimpleAction sa = (SimpleAction)obj; try { sa.run(ids); } catch (Exception e) { throw new ActionException(e); } }