*
*/
protected void showPlaylists( final List<Playlist> sitePlaylists, final List<Playlist> userPlaylists ) throws IOException, SQLException {
final TPlaylists tpl = new TPlaylists();
tpl.setSitePlaylists( sitePlaylists );
tpl.setUserPlaylists( userPlaylists );
getResponse().showHtml( tpl );
}