555657585960616263646566
* */ protected void showFolders( final List<Collection> folders ) throws IOException, SQLException { final TFolders tpl = new TFolders(); tpl.setFolders( folders ); getResponse().showHtml( tpl ); }