On Aug 19, 2013, at 8:33 AM, Marius Dumitru Florea <[email protected]> wrote:
The live table macro, http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro , is a Velocity macro so it's normal that you've seen only Velocity examples. It's also a very complex macro so rewriting it in Groovy is not worth the effort and I don't think it makes much sense.
Yup, FTR the plan is to have XWiki Syntax 2.x macro in some future, see: http://dev.xwiki.org/xwiki/bin/view/Design/LiveTable20Macro Thanks -Vincent
Why do you need to generate the live table from Groovy? Maybe there are workarounds.
Hope this helps, Marius
On Sat, Aug 17, 2013 at 5:26 PM, Tim Dudgeon <[email protected]> wrote:
Are there any examples of how to use livetable with groovy? The only examples I can find are for velocity. Thanks Tim