<% import com.jdbernard.nlsongs.servlet.NLSongsContext songsDB = NLSongsContext.songsDB %> Songs - New Life Songs Database

New Life Songs

Songs

<% songsDB.findAllSongs().sort { it.name }.each { song -> %> <% } %>
Name Artists
<%= song.name %> <%= song.artists.join(", ") %>