Hello,
I create a JSX object with parse option enabled and in the code I put
something like:
doit("${my_vm_variable}")
in my XWiki doc, i put:
#set($my_vm_variable = "my_value")
$xwiki.jsx.use("my_jsx_doc")
But, the variables are not interpreted... (I also tried to put the variable
in the jsx doc but doesn't work either)
I may misunderstand something :)
regards
Pascal