Hello,

          Sorry to keep asking questions but I haev another!

  I'm attempting to use a custom comparator as follows:

    <display:column property="code" sortable="true"
        titleKey="workitem.code" url="/viewWorkItem.html" paramId="id"
        paramProperty="id"
        comparator="de.mpicbg.db.common.comparator.AlphanumComparator" />

  The comparator is based upon one from Dave Koelle 
(http://www.davekoelle.com/alphanum.html) and is basically a natural 
sorting for strings.  However the comparator is not being called (I can 
tell from my logs) and is not being constructed either.  I've also tried 
changing the comparator to receive Objects rather than Strings but 
comapre is not being called.

  Any hints as to what I'm doing wrong would be greatly appreciated :).

Cheers,

Neil

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to