[xwiki-users] Registration mails sources ?

Sergiu Dumitriu sergiu at xwiki.com
Fri Dec 21 15:27:13 CET 2007


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


More information about the users mailing list