I am struggling to get the bean and the sort tag 'do what I mean'. Consinder the following snippet:

  <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

Reply via email to