Hi Arthur
Thanks for the reply.
Sorry for including the wrong logs, but your answer fixed my problem
anyway.
Combining the Cocoon forms with (htmlarea/xinha) turned out to be quite
a puzzle and I ended up using a standalone xinha form, rather than the
combination with cforms, but I got the other widgets working without
problems.
Regards,
Marcel
Arthur Bogaart wrote:
Hi Marcel,
I couldn't find any errors in the logs you've attached and my webmail-reader blocked the attached project.xml, so I'm assuming the problem has something to do with missing dependencies. According to my latest try (with hippo-cocoon 2.1.11) these should be:
<!-- Cocoon Forms -->
<dependency>
<id>cocoon:cocoon-forms</id>
<version>2.1.11-r20070223112521</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
<cocoon.bundle>true</cocoon.bundle>
</properties>
</dependency>
<dependency>
<id>cocoon:cocoon-ajax</id>
<version>2.1.11-r20070223112521</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
<cocoon.bundle>true</cocoon.bundle>
</properties>
</dependency>
<dependency>
<id>xreporter:xreporter-expression</id>
<version>r683</version>
<properties><cocoon.bundle>true</cocoon.bundle></properties>
</dependency>
<dependency>
<id>oro</id>
<version>2.0.8</version>
<properties><cocoon.bundle>true</cocoon.bundle></properties>
</dependency>
You were right about blindly copying the forms*.* patch files, should work fine.
Hope this helps! If not, you might also take a look at the cocoon logs
(~/hippo-site-skeleton/target/hippo-*/cocoon/WEB-INF/logs/)
Regards,
Arthur Bogaart
Hi there,
I'm trying to use Cocoon CForms within a Hippo-wizard based project, but
I can't figure out how to configure the project.
I guess I have to add a block like
<!-- Cocoon Forms -->
<dependency>
<id>cocoon:cocoon-forms</id>
<version>2.1.11-r20070223112521</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
<cocoon.bundle>true</cocoon.bundle>
</properties>
</dependency> (from the hippo-cms project.xml)
to my project.xml and then add a bunch of patch files to the
../src/config/ directory, but
blindly copying all the forms*.* files from hippo-cms/editor/src/config/
results in a non-functional site (I've included the logfiles with errors
as an attachment). Any ideas?
********************************************
Hippocms-dev: Hippo CMS development public mailinglist