On Tue, Nov 19, 2013 at 9:48 AM, tonyloveshisprivacy <[email protected]> wrote: > Hello, > > thanks for your reply jerem. > My idea was that when I want to create a new page for example in space > IT>>Customers a formular will ask me for the Name and some other Information > and than creates with them a new Page under IT>>Customers and some more > Pages under the new Page. > Like: > IT>>Customers>>Mr. Frank > IT>>Customers>>Mr. Frank>>Service > IT>>Customers>>Mr. Frank>>System > IT>>Customers>>Mr. Frank>>Bills >
> With the applications I can only create one Page and not in a extra Space. > Do you understand what i mean? You can write an event listener that catches the document creation event and creates the additional pages if the document matches some constraint (it's in the right space and have the right object). See http://extensions.xwiki.org/xwiki/bin/view/Extension/Observation+Module+Local . Hope this helps, Marius > > Greetings, > Tonyloveshisprivacy > > > > -- > View this message in context: > http://xwiki.475771.n2.nabble.com/Xwiki-automatic-creating-of-Pages-tp7587893p7588031.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
