2009 Dominican College Lady Chargers Softball Roster


No. Player CL POS HGT B-T Hometown (High school) Major
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>#if ($page.thumbnailURL)<img src="$page.thumbnailURL">#end<br><br><h2>$page.title</h2><br></center>
2: 
3: <table border="0" cellpadding="0" cellspacing="0" align="center">
4:   <tr class="roster-header">
5:     <td>No.</td>
6:     <td>Player</td>
7:     <td>CL</td>
8:     <td>POS</td>
9:     <td>HGT</td>
10:     <td>B-T</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("custom2")</td>
24:     <td>$!bio.get("hometown") ($!bio.get("highschool"))</td>
25:     <td>$!bio.get("major") </td>
26:   </tr>
27: #end
28: </table>
29: 
30: $wiki
31: 
32: <br>
33: #set ($footer = "${page.url}-footer")
34: $website.include($footer)
35: 
36: