April 8, 1990 - Phil Lecuyer put his name in Stonehill Baseball's record book.  During a doubleheader sweep of Wentworth, Lecuyer became the all-time Stonehill hit leader when he picked up his 123rd career hit.





2008-2009 Women's Outdoor Track Roster

Player Yr. Ht. Event Hometown/High School
There was a problem with a Velocity script
Page/sports/roster-track-template
ErrorInvocation of method 'sortedBy' in class com.prestosports.content.HeadlinesSorter threw exception java.lang.UnsupportedOperationException: ComparatorChains must contain at least one Comparator @ roster-track-template[16,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: <br>
7: <table>
8: <table class="roster">
9:   <tr class="roster-header">
10:     <td>Player</td>
11:     <td>Yr.</td>
12:     <td>Ht.</td>
13:     <td>Event</td>
14:     <td>Hometown/High School</td>
15:   </tr>
16: #foreach ($bioinfo in $headlines.sortedBy("last_name"))
17:   #set ($row = ($velocityCount + 2) % 2)
18:   #set ($bio = $bioinfo.getDataAsObject().getAttributes())
19:   <tr class="roster-row$row">
20:     <td><a href="$bioinfo.url">$!bio.get("full_name")</a></td>
21:     <td>$!bio.get("year")</td>
22:     <td>$!bio.get("height")</td>
23:     <td>$!bio.get("position")</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)
34: