60616263646566676869707172
* */ protected void showByLetter( final String letter, final List<Artist> artists ) throws IOException, SQLException { final TByLetter tpl = new TByLetter(); tpl.setArtists( artists ); tpl.setLetter( letter ); getResponse().showHtml( tpl ); }