Forum OpenACS Development: Re: Photo-Album Includelet for Xowiki

Collapse
Posted by Richard Hamilton on
As an experiment last night I tried changing the parent_id of the pa_photo cr_item 1268 from the pa_album 1040 to the ::xowiki::FormPage 989. I adjusted the name field to have the file: prefix and ensured that the content type was image/pjpeg. However, xowiki throws method dispatch errors presumably because the oo inheritance has not been constructed.

I'd like to be able to export images to an xowiki instance by creating a second cr_item for each exported image that is a child of the target xowiki instance. I don't know how to do this?