14 Jan
2013
14 Jan
'13
7:27 a.m.
Hi, hopefully another easy question, I can't find anything in the documentation. 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?