Hello,
i created a page with a few xwiki code inside it. I can display this page without
troubles. I also created a side panel that does simply include that pages. The side panel
gives me a macro error
org.xwiki.rendering.macro.MacroExecutionException: You don't have the right to execute
this script while the main page display without errors :s
as suggested here
http://xwiki.475771.n2.nabble.com/Groovy-macro-in-a-panel-td7346045.html
i tried to remove the dropPermissions() but it doesn't work.
What is the solution? Do i have to put my groovy code inside a macros and use the macro in
panel instead of including a document containing the code?
David Delbecq