//
this.areaManager = BGAreaManagerImpl.getInstance();
this.contentVC = this.createVelocityContainer("areaform");
this.contentVC.contextPut("bulkMode", bulkMode ? Boolean.TRUE : Boolean.FALSE);
//
this.areaCreateController = new BGAreaFormController(ureq, wControl, null, bulkMode);
listenTo(this.areaCreateController);
this.contentVC.put("areaForm", this.areaCreateController.getInitialComponent());
if (csvAreaNames != null) {
this.areaCreateController.setAreaName(csvAreaNames);