Kleine Korrektur an der FilterForm

git-svn-id: https://svn.libreccm.org/ccm/trunk@911 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-05-16 06:38:24 +00:00
parent c5e69c2947
commit c56d97ba77
1 changed files with 3 additions and 2 deletions

View File

@ -504,6 +504,7 @@ public class FolderManipulator extends SimpleContainer
m_actionSel.setValue(s, null);
m_paginator.reset(s);
s.setValue(m_filter, null);
m_filterForm.getFilterField().setValue(s, null);
}
// The renderer for the first column in the itemView table
@ -589,8 +590,8 @@ public class FolderManipulator extends SimpleContainer
}
public void init(FormSectionEvent fse) throws FormProcessException {
fse.getPageState().setValue(FolderManipulator.this.m_filter, null);
filterField.setValue(fse.getPageState(), null);
//fse.getPageState().setValue(FolderManipulator.this.m_filter, null);
//filterField.setValue(fse.getPageState(), null);
}
public void submitted(FormSectionEvent fse) throws FormProcessException {