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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to