Hi all,
I have followed the instruction to create a FAQ using the following page:
http://www.xwiki.org/xwiki/bin/view/DevGuide/FAQs+Tutorial
When I created my document it was empty, and there was no form to edit.
The code in the document was:
#includeForm("XWiki.FAQs.FAQClassSheet")
Where it should be :
#includeForm("FAQs.FAQClassSheet")
I fixed this issue when I recreated the FAQ Class with the wizard.
I removed XWiki. from the following line
#set($defaultparent = "XWiki.${class}Class")
Is that a error in the documentation or I did mistake somewhere else?