ApplicationParamManager applicationParamManager = (ApplicationParamManager) ModelUtil
.getBean(ApplicationParamManager.MANAGER_NAME);
ApplicationParamUtil.setApplicationParamManger(applicationParamManager);
AttachmentViewHandler attachmentViewHandler = new AttachmentViewHandler(
"testdir");
final AttachmentView viewer = new AttachmentView(attachmentViewHandler);
JDialog dialog = GuiActionRunner.execute(new GuiQuery<JDialog>() {
protected JDialog executeInEDT() {