The following forum message was posted by sreehariojili at 
http://sourceforge.net/projects/displaytag/forums/forum/249318/topic/3785975:

2010-07-27 19:16:37 IST
i am trying to add custom comaparator to  comparator attribute to 
<display:column>.. but its not working.....

 i gone through display tag source code... in ELColumnTag.java --> 
evaluateExpressions() method
the following codition creating problem.. 
 if (comparatorExpr != null)
      {
            super.setValue(eval.eval(\"comparator\", comparatorExpr, 
Object.class)); //$NON-NLS-1$
       }
because of this line of code it not invoking customcompartor..i guess.... any 
body pls help me on this issue....


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to