dlg.setVisible(true);
if (dlg.getDlgResult() == ModalDialog.DLG_OK) {
comResData.setCollaborator(UserInfo.get().getCollaborator());
committee.getResolutionList(false).append(comResData);
DirectionLocal direction = dirData.getDirection(getAuditManager());
direction.addContentStateListener(emptyListener);
direction.setOrdered(true);
directions.add(direction);
}
}
}