return;
}
try {
// TODO: warn and eliminate caches
gwc.modifyGridSet(originalName, newGridset);
doReturn(GridSetsPage.class);
} catch (Exception e) {
e.printStackTrace();
form.error("Error saving gridset: " + e.getMessage());
target.addComponent(form);