I want to create a new page in a velocity macro. I know how to create a new object, with something like:
#set($object = $doc.newObject("My.Class"))
#set($discard = $doc.save())
But how do I do the same thing for a new page?
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users
