}
}
sepValTableCtr.setTableDataModel(sepValModel);
colwithbulkactionVC.put("sepValTable", sepValTableCtr.getInitialComponent());
cwbForm = new ColWithBulkActionForm("colwithbulkactionform", trans, columnNames, bulkActions);
cwbForm.addListener(this);
colwithbulkactionVC.put("cwbForm", cwbForm);
wc.setWizardTitle(trans.translate("wizard.step3.title"));
wc.setNextWizardStep(trans.translate("wizard.step3.howto"), colwithbulkactionVC);