159160161162163164165166167168169170
* */ protected void showSimilarArtists( final List<Artist> artists ) throws IOException { final TSimilarArtists tpl = new TSimilarArtists(); tpl.setArtists( artists ); getResponse().showJson( tpl.makeRenderer() ); }