public ImportPage(PageParameters params) {
if("TRUE".equalsIgnoreCase((String) params.getString("afterCleanup")))
info(new ParamResourceModel("rollbackSuccessful", this).getString());
add(dialog = new GeoServerDialog("dialog"));
Form form = new Form("form", new CompoundPropertyModel(this));
add(form);
dirField = new TextField("directory");