Hello
I try to debug my script and I failed on this strange things:
My velocity code working well (in view mode) on a page except on rightpanel (I want to
display result page on it)...
I found $xcontext.getContext() return that on a wiki page:
{util=com.xpn.xwiki.util.Util@5071b4c5,
vcontext=org.apache.velocity.VelocityContext@59131ac5,
com.xpn.xwiki.plugin.skinx.JsSkinFileExt
...
cut
...
entReferenceStack=[], wiki=xwiki,
doc=Stats.TopPageVue, user=XWiki.Admin}
but when the code (or included page) is in rightspanel:
$xcontext.getContext() return "$xcontext.getContext()" ... except when a page is
"inline" mode ($xcontext.getContext() return correct value in right panel) :-/
Any idea to help me?
(I'm connected with admin account)
Thxs
Pascal B