You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jorg Heymans <jh...@domek.be> on 2004/07/13 14:14:46 UTC

nested view not working

Hi,

I have defined a label called "request" on the requestgenerator 
definition in my sitemap.

Here is how the sitemap is constructed

<map:match pattern="logo1">
    <map:call resource="logo">
        <!-- then inside the "logo" resource --->
        <map:aggregate element="aggregation">
           <map:part src="cocoon:/request"/>
           .....

cocoon:/request maps to
     <map:match pattern="request">
       <map:generate type="request"/>
       <map:serialize type="xml"/>
     </map:match>


Now when calling localhost:8080/logo1?cocoon-view=request my view is not 
executed, the pipeline is executed until the end.

Is this a feature or am I doing something wrong?


Thanks
Jorg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org