Hey Sarthak,
Is “Glossary.doc” an attachment??
“located in XWiki” is like saying “it’s in your shelf”. It’s a bit unprecise!
References are to pages with a space and a name; attachments have a name after this.
If you want to reference the same page you probably need to start with the current page’s
reference which the context should provided you (normally in the form of the “doc”
variable).
Any reason you did not start with a groovy or velocity script? At least the variable would
be there.
paul
On 26 Jun 2017, at 11:12, Sarthak Gupta
<sarthakgupta072(a)gmail.com> wrote:
Hello,
I have written some java code on 'transformations'.
https://pastebin.com/CCHsg0hq
In order to navigate to the required page, I am using the method
'ResourceReference' (highlighted region-line 86,87). Now I want to navigate
to the page named 'Glossary.doc' which is located in XWiki. I know my
current implementation is wrong and I have been struggling for 2 days to
find the right implementation/method.
Is there any method that I can use which can return me the String
'Glossary.doc' so that I can create a linkReference to the same page in
XWiki?
Thanks
Sarthak Gupta