return mapping.findForward("annulTransaction");
}
public ActionForward annulTransaction(ActionMapping mapping, ActionForm form, HttpServletRequest request,
HttpServletResponse response) throws FenixServiceException {
final AnnulAccountingTransactionBean annulAccountingTransactionBean =
(AnnulAccountingTransactionBean) getObjectFromViewState("annulAccountingTransactionBean");
try {
AnnulAccountingTransaction.run(annulAccountingTransactionBean);
} catch (DomainExceptionWithLabelFormatter ex) {