Paul Libbrecht wrote:
> 
> But I need a bunch of variable names...
> Any good way to hack the current velocity context to list available 
> variables and properties for each ?
> 

#foreach($prop in $context.vcontext.getKeys()) $prop #end

#foreach($prop in $context.context.keySet()) $prop #end
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to