58596061626364
} public void handleEventViewCompany(String eventParameter) throws Exception { log.debug("Event 'viewCompany' received!"); getFlowCtx().start( new CompanyViewWidget(contract.getCompany().getId()), null, null); }