4445464748495051525354
@Override protected void reset() { Table table = (Table)this.getPanel().getAttribute(DynamicListAction.TABLE_KEY); if(table != null) { table.resetSearch(); } } public String getDoChooseList() { return doChooseList;