Hi users,
I have a problem with my Java component. I have a hjava method wich take as
input 3 strings: wikiName, wikiSpace and the wiki page to retrieve the doc,
thus the content and perform modification.
Ok, when I try to delete a terminal page inside a nested page, there is no
problem, the component retrieve the page's document and can delete it, it
works!
But when I want to delete a terminal page that is inside a nested page
which is inside another nested page it stops working. The point is that I
can't retrieve the terminal page's document, probably because of the
wikiSpace variable.
I have tried "NestedPage1.NestedPage2" but it is not woking at all, it is
keep creating and successively deleting new documents(thus pages).
Thank you,
Giordano.