Create Page Snippet

Create a new page programatically in a wiki page using Velocity scripting.

Code

#set ($mydoc = $xwiki.getDocument("MySpace.MyPage"))
$mydoc.setContent("test")
$mydoc.save()
Version 1.1 last modified by VincentMassol on 14/05/2008 at 13:48

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: VincentMassol on 2008/05/14 13:44
This wiki is licensed under a Creative Commons license
1.4.1.10194