<webwork:bean id="sorter" name="'de.imost.tt.TicketComparator'">
<param name="sortBy" value="'fooBar'"/> <webwork:sort source="openTickets" comparator="@sorter">
<webwork:iterator>
...The TicketComparator is a Comparator impl with a sortBy property. However,with the code describe before neither setSortBy nor the compareTo method of the comparator instance get called.
How does is this supposed to work?
Sven
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
