I need to generate a report that looks something like this:
Name Dates Visited
--------------- -------------
Anderau, Eoma 2002-03-07
Andersson, Lisa 2002-02-04
2002-02-25
2002-02-26
2002-03-08
2002-03-13
2002-03-14
2002-01-31
2002-03-15
Aylott, Bridget 2002-01-31
2002-02-18 Is it possible to generate a "grouped" report using taglibs without resorting to using scriptlet logic to determine when the column Name has changed in the record set? TIA.
