Forum OpenACS Q&A: Re: xowiki: Error when creating PageInstance

Collapse
Posted by Michael Martí Menzel on
Sorry, I forgot to mention that I have OpenACS 5.6, xotcl-core 0.117 and xowiki 0.135.

Thanks.

Collapse
Posted by Gustaf Neumann on
It was a bug on cvs head, and is fixed on cvs head. I would not recommend to use ::xowiki::Template and ::xowiki::PageInstance, but to use instead ::xowiki::Form and ::xowiki::FormPage, which are much more powerful (and used).
Collapse
Posted by Michael Martí Menzel on
Thanks for your help, Gustaf. I'll follow your suggestion regarding ::xokiwi::Form and ::xowiki::FormPage.