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