Re: [xwiki-users] Livetable does not show results

2010-10-23 Thread Gerritjan Koekkoek
Hi Thibault, I copied the script in a page in the sandbox environment... It should show a LiveTable on Panels.PanelClass NO, the script works fine, but there are NO records shown I also copied the script into the sandbox environment of our production instance: www.cdlswold.org It gives the

Re: [xwiki-users] Livetable does not show results

2010-10-22 Thread Thibaut Camberlin
Hi Gerritjan, I tested on Panels.PanelClass on a 2.5 M2 and it works fine. Can you test this code (generated by the script) {{velocity}} #set($columns = [ doc.title ,name ,type ,description ,content ,category ]) #set($columnsProperties = { name : { type : text, link : view, size :

Re: [xwiki-users] Livetable does not show results

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Gerritjan Koekkoek wrote: Hi I only have 2.5, deinstalled the old version In my situation It looks like it is only working on classes where the classes sit in the XWiki space and the documents holding the objects are in the same space? So it works with users, but not with

Re: [xwiki-users] Livetable does not show results

2010-10-20 Thread Gerritjan Koekkoek
Hi I only have 2.5, deinstalled the old version In my situation It looks like it is only working on classes where the classes sit in the XWiki space and the documents holding the objects are in the same space? So it works with users, but not with panels.panelclass (or my own custom developed

Re: [xwiki-users] Livetable does not show results

2010-10-19 Thread Gerritjan Koekkoek
Hi Thibaut, The script works like magic, very nice. Copy and Paste from the link created some formatting challenges, but after fixing the script generated actually created a live table; BUT... Still there are no records displayed? Like with the script I put in this question. The pages where the

Re: [xwiki-users] Livetable does not show results

2010-10-19 Thread Thibaut Camberlin
Hi Gerritjan, Ludovic did that script not me I have to say! Did you test the same code on another version of XWiki ? If so what is the behaviour and the version ? Can you generate the livetable based on another class, say XWiki.XWikiUsers, what is the result ? Hope this helps, -- Thibaut On

Re: [xwiki-users] Livetable does not show results

2010-10-19 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Thibaut Camberlin wrote: Hi Gerritjan, Ludovic did that script not me I have to say! Did you test the same code on another version of XWiki ? If so what is the behaviour and the version ? Can you generate the livetable based on another class, say XWiki.XWikiUsers, what is the result ?

Re: [xwiki-users] Livetable does not show results

2010-10-18 Thread Thibaut Camberlin
Hi Gerritjan, You can use the livetable generator code snippet http://code.xwiki.org/xwiki/bin/view/Snippets/LivetableGeneratorSnippet Hope this helps, -- Thibaut On Sun, Oct 17, 2010 at 2:23 PM, Gerritjan Koekkoek gerritjankoekk...@gmail.com wrote: Hi, i'm trying to use LiveTable to

[xwiki-users] Livetable does not show results

2010-10-17 Thread Gerritjan Koekkoek
Hi, i'm trying to use LiveTable to improve our user experience. This is my code: #set($collist = [name, email , subject, status, question, answer, generalize]) #set($colprops = { name : { type : text, size : 20, link : view}, email :{ type : text, size : 20, link : view}, subject :{ type