Hi all,
I've the a page provaChildren created into a space named space1.
If I execute inside a plugin this line
document=
xwiki.getDocument("space1.provaChildren" ,context);
I get a new document but writing the code
#set($cDoc=$xwiki.getDocument("
space1.provaChildren"))
into a page I get the existing page
Why this difference ... how can I get the existing page into my plugin?
Thanx a lot
Raffaele