Re: ValidateCompareToTag

2006-08-16 Thread Mike Kienenberger
I created http://issues.apache.org/jira/browse/TOMAHAWK-605 and fixed the issue. On 7/28/06, MT3 MTCube [EMAIL PROTECTED] wrote: We have used the s:validateCompareTo with the comparator attribute, we have inserted a value binding (like comparator=#{bean.myComparator}) in the attribute but we

ValidateCompareToTag

2006-07-28 Thread MT3 MTCube
We have used the s:validateCompareTo with the comparator attribute, we have inserted a value binding (like comparator=#{bean.myComparator}) in the attribute but we have received this exception: java.lang.ClassCastException: comparator must be type interface java.util.Comparator but is type class

Re: ValidateCompareToTag

2006-07-28 Thread Mike Kienenberger
Thanks. That looks like the correct fix to me. I never used the comparator attribute myself, and I created the accessors by copying the String accessors. Can you open a JIRA issue in Tomahawk for this and attach your patch? Feel free to assign the issue to me. On 7/28/06, MT3 MTCube [EMAIL

Re: ValidateCompareToTag

2006-07-28 Thread Mike Kienenberger
On 7/28/06, Mike Kienenberger [EMAIL PROTECTED] wrote: That looks like the correct fix to me. I never used the comparator attribute myself, and I created the accessors by copying the String accessors. Can you open a JIRA issue in Tomahawk for this and attach your patch? Feel free to

Re: ValidateCompareToTag

2006-07-28 Thread Mike Kienenberger
Ok. I don't always keep track of which issue trackers allow which actions. In any case, when I see the issue created in JIRA, I'll take ownership of it and assign it to myself. On 7/28/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: * Feel free to assign the issue to me. * only we can