% import com.jdbernard.nlsongs.servlet.NLSongsContext songsDB = NLSongsContext.songsDB %>
Songs - New Life Songs Database
New Life Songs
Songs
Admin
Songs
Services
Name
Artists
<% songsDB.findAllSongs().sort { it.name }.each { song -> %>
<%= song.name %>
<%= song.artists.join(", ") %>
<% } %>