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:

  •  The link are not rendered by the portal (I know that there is the portal-html-eventlink transformer, but I would not put in the sitemap application, any suggestion? )
  • The application inside the portal does not execute its pipeline.

 You can show what I mean visiting:

 http://idle.lst.tfo.upm.es:8888/i18n-html/home

 That is the application

 And this

 http://idle.lst.tfo.upm.es:8888/myheart/portal  that is the same application inside the portal

 I’ve declared the coplet in this way:

    <coplet-data id="HF" name="standard">

     <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
Manuel Ottaviano


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to