Hello I’m
personalizing Cocoon Portal. I reduce it to a skeleton with 1 Login
Coplet and
1 coplet that is the application. That application is developed using
cocoon
sitemap and also it works out of the portal. But when I put it inside
the
portal as coplet module I can show it (without the style) and it
doesn’t work. I
think there are 2 problems:
<title>Heart Failure Management</title> <coplet-base-data>URICoplet</coplet-base-data> <attribute> <name>uri</name> <value xsi:type="java:java.lang.String">cocoon:/coplets/HF/home</value> </attribute> <attribute> <name>buffer</name> <value xsi:type="java:java.lang.Boolean">true</value> </attribute> <attribute> <name>error-uri</name> <value xsi:type="java:java.lang.String">cocoon:/coplets/HF/home</value> </attribute> <attribute> <name>handleParameters</name> <value xsi:type="java:java.lang.Boolean">true</value> </attribute> <attribute> <name>temporary:application-uri</name> <value xsi:type="java:java.lang.String" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> cocoon://coplets/HF/ </value>
</attribute> </coplet-data> Thanks
|