On Thu, Mar 18, 2010 at 17:14, Alaina <[email protected]> wrote:
Hi everyone,
Thanks so much for your quick answer on my previous question.
I am trying to write a bibliography/cite macro (I am happy to share once it dies something useful). I am writing the macro in a wiki page and I am using groovy as scripting language.
I would like to have access to the URL of an attachment of the page the macro is used on. I am doing so by using
doc.getAttachmentURL( <name> );
however, the URL uses the page the Macro is saved in, not the page the macro is used on. I think I managed this before using velocity. So my question: what would be the right way of accessing the Document of the page the macro is placed on?
* doc is the current document * context.doc is the wiki macro document
Thanks for your help, --Alaina _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne