2
0
Fork 0

removed some magic from jpa.

This commit is contained in:
Willem Cazander 2014-08-25 22:27:59 +02:00
parent 30418cad13
commit e643a69308
18 changed files with 157 additions and 206 deletions

View file

@ -174,6 +174,8 @@ public class VascExportServlet extends HttpServlet {
VascEntryLocal ve = (VascEntryLocal)vc.getVascEntryConfigController().configVascEntry(vc, entryId);
vc.getVascEntryConfigController().configVascFrontendController(vc, ve);
ve.getVascFrontendController().getVascFrontendActions().refreshData();
VascEntryExport ex = vc.getVascEntryConfigController().getVascEntryExporterById(exportId);
VascEntryExportWriter exw = ex.createExportWriter();
exw.doInit(ex, ve);