I had faced similar issue and I hope you are also talking about the same. I had reported this on one of the threads.
There is a slight bug in one of their vm templates in albatross skin. in editinline.vm please add the following line: <input type="hidden" name="parent" value="$!request.parent" /> I think they should fix this in the svn. Thanks Sachin > > Message: 8 > Date: Mon, 21 Jan 2008 16:09:48 +0100 > From: "Raffaele Viola" <[EMAIL PROTECTED]> > Subject: [xwiki-devs] change parent > To: [EMAIL PROTECTED], xwiki <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi all, > > I create a page to change the parent to a chosen page using: > > #set ($mydoc = $xwiki.getDocument("some.page")) > $mydoc.setParent($targetdoc) > $mydoc.save() > > It works but in the tree page I see the changed page into its original > tree > location. > > What is my fault ?? > > Thanks > Raffo > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.xwiki.org/pipermail/devs/attachments/20080121/7e5b87db/attachment-0001.htm > > >
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

