Re: [xwiki-users] Livetable macro, custom classes, sorting

2010-03-08 Thread Jeremie BOUSQUET
Hi, I think I found it, at least a way to have it work in most cases ... In the $columnProperties parameter of the #livetable macro, you should now add explicitely a parameter class:MyClass for each column, where MyClass is the name of the class of the objects you want to show (the same as the

[xwiki-users] Livetable macro, custom classes, sorting

2010-03-04 Thread Hans-Peter Zorn
Hi, I am using xwiki 2.1.1 and i am having problem with livetable and a simple custom class. Here is my code: #set($collist = [Customer, Responsible, TargetDate, Activities, priority, _actions]) #set($colprops = { Customer : { type : text , size : 20, link : edit}, Responsible : { type :

Re: [xwiki-users] Livetable macro, custom classes, sorting

2010-03-04 Thread Jeremie BOUSQUET
Hi, I think it's the same issue I encountered (see my other posts Still issue in livetable...). I did investigate a little, and in my understanding the sort query generated by XWiki.LiveTableResultsMacros is broken when type of field is not text (StringProperty). It seems to me that the macro in

Re: [xwiki-users] Livetable macro, custom classes, sorting

2010-03-04 Thread Jeremie BOUSQUET
Again, I eventually created a JIRA on this ... http://jira.xwiki.org/jira/browse/XWIKI-4973 2010/3/4 Jeremie BOUSQUET jeremie.bousq...@gmail.com Hi, I think it's the same issue I encountered (see my other posts Still issue in livetable...). I did investigate a little, and in my