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
Document data
Attachments:
No attachments for this document
Comments: 0