Ping !
I'd be greatly helped if someone could send me example content for
the validation, confirmation, and invitation mail velocity scripts.
thanks!
paul
You need to
have programming rights to execute this code. So if
$context.hasProgrammingRights() returns false, try to do this in a
local
install with the Admin user.
Sure, and programming worked as the toString of
context works but
the loop was empty...
>> context is com.xpn.xwiki.api.Context@109dafc
> for
>> context is $context
>> #foreach($prop in $context.vcontext.getKeys()) $prop #end
>> #foreach($prop in $context.context.keySet()) $prop #end