Error
We were unable to find the page /dayHistory/headlines-random-template.




2009-10 Stonehill College Women's Basketball Roster
No. Player Cl. Pos. Hgt. Hometown/High School
There was a problem with a Velocity script
Page/sports/roster-women-template
ErrorInvocation of method 'sortedBy' in class com.prestosports.content.HeadlinesSorter threw exception java.lang.UnsupportedOperationException: ComparatorChains must contain at least one Comparator @ roster-women-template[15,34]
Page source:
1: <center>
2: #if ($page.thumbnailURL)<img src="$page.thumbnailURL">#end
3: <br>
4: <br>
5: <b>$page.title</center></b>
6: <table class="roster">
7:   <tr class="roster-header">
8:     <td>No.</td>
9:     <td>Player</td>
10:     <td>Cl.</td>
11:     <td>Pos.</td>
12:     <td>Hgt.</td>
13:     <td>Hometown/High School</td>
14:   </tr>
15: #foreach ($bioinfo in $headlines.sortedBy("custom1"))
16:   #set ($row = ($velocityCount + 2) % 2)
17:   #set ($bio = $bioinfo.getDataAsObject().getAttributes())
18:   <tr class="roster-row$row">
19:     <td>$!bio.get("custom1")</td>
20:     <td><a href="$bioinfo.url">$!bio.get("first_name") $!bio.get("last_name")</a></td>
21:     <td>$!bio.get("year")</td>
22:     <td>$!bio.get("position")</td>
23:     <td>$!bio.get("height")</td>
24:     <td>$!bio.get("hometown")/$!bio.get("highschool")</td>
25:   </tr>
26: #end
27: </table>
28: 
29: $wiki
30: 
31: #set ($footer = "${page.url}-footer")
32: 
33: $website.include($footer)