HibernateContext.commitTransaction();
PanelStack stack = Panel.getPanelStack(request);
if(stack.getSize() > 1) {
Panel lastPanel = stack.peek(2);
lastPanel.removeAttribute("listConfigurations");
lastPanel.removeAttribute(ListAction.TABLE_KEY);
}
} catch (HibernateException e) {
log.error("problems saving list configuration", e);
errors.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("default.error.rollback"));