48495051525354555657
protected void showGenres( final Genre[] genres ) throws IOException { TGenres tpl = new TGenres(); tpl.setGenres( genres ); getResponse().showJson( tpl.makeRenderer() ); } }