2009-10 Dominican College Men's Golf Roster

Player Yr. Hometown (High school) Major
There was a problem with a Velocity script
Page/sports/roster-mevents-template
ErrorInvocation of method 'sortedBy' in class com.prestosports.content.HeadlinesSorter threw exception java.lang.UnsupportedOperationException: ComparatorChains must contain at least one Comparator @ roster-mevents-template[11,34]
Page source:
1: <center>#if ($page.thumbnailURL)<img src="$page.thumbnailURL">#end
2: <h2>$page.title</h2></center>
3: <p>
4: <table border="0" cellpadding="0" cellspacing="0" align="center">
5:   <tr class="roster-header">
6:     <td>Player</td>
7:     <td>Yr.</td>
8:     <td>Hometown (High school)</td>
9:    <td>Major</td>
10:   </tr>
11: #foreach ($bioinfo in $headlines.sortedBy("last_name"))
12:   #set ($row = ($velocityCount + 2) % 2)
13:   #set ($bio = $bioinfo.getDataAsObject().getAttributes())
14:   <tr class="roster-row$row">
15:     <td><a href="$bioinfo.url">$!bio.get("first_name") $!bio.get("last_name") $!bio.get("custom10")</a></td>
16:     <td>$!bio.get("year")</td>
17:     <td>$!bio.get("hometown") ($!bio.get("highschool"))</td>
18:     <td>$!bio.get("major")</td>
19:    </tr>
20: #end
21: </table>
22: 
23: $wiki
24: <br>
25: #set ($footer = "${page.url}-footer")
26: $website.include($footer)
27: 
28: </p>