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