final int artistId = Integer.parseInt( getRequest().getUrlParam(2) );
TArtists tpl = new TArtists();
tpl.setArtists( relatedArtists.getRelatedArtistsFor(artistId) );
getResponse().showJson( tpl.makeRenderer() );
}
/**
* Indicates if this action can handle the request