BACKGROUND:
- I am creating documents directly using the xwiki API (using a java standalone program)
- After creation, I am able to see these documents by accessing the appropriate url in the browser.
- I have a main page which has links to all these documents. This main page is also created using the java api.
- When I click on the link of the main page, it pulls up the appropriate sub page and displays it correctly
PROBLEM:
However, when I go back to the main page, the link which was working gets delinked. It now displays with the "?" indicating that the user has to edit it.
WHAT I FOUND:
When I compared the "main" document content before and after clicking the link, I found the following difference:
Before click: [How To Do XYZ>HowToDoXYZ]
After Click: [How To Do XYZ>HowToDoXYZ]
WHAT I WANT:
Can someone please enlighten me
- Why is it that the main page gets edited when I click on the link?
- How can I avoid this?