-Josh
On Wed, Dec 9, 2009 at 4:17 AM, Thomas Mortagne <thomas.mortagne(a)xwiki.com>
wrote:
Hi,
On Wed, Dec 9, 2009 at 02:50, Josh Eastburn
<jkeastburn+xwiki@gmail.com<jkeastburn%2Bxwiki@gmail.com>>
wrote:
> The documentation seems to indicate that
bindings normally available in
> Velocity like $context should be available in other scripting languages,
but
> accessing 'context' in Python (e.g.
if context.action == 'inline':)
always
gives me
problems. Any help?
"context" is deprecated and contains JSR223 ScriptContext (it's a
reserved keyword). You need to use "xcontext".
Thanks,
Josh
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users