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



2010 Roster

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