Joerg,

Unfortunately I can't remember the solution.

I remeber another problem, using '-' in pattern matching ( like
pattern="announcement/update-announcement-list").
Underscore did work (like pattern="announcement/update_announcement-list").
This problem was solved by upgrading from Tomcat 4.0.4 to Tomcat 4.0.6.

Regards,

Stefan
----- Original Message ----- 
From: "Joerg Heinicke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 9:33 PM
Subject: Re: Sendmail.xsp and internal pipeline problem


> On 17.02.2004 09:25, Stefan Geelen wrote:
>
> > Hi,
> >
> > I have following pipeline:
> >
> > <map:pipeline>
> >   <map:match pattern="announcement/update-announcement-list">
> >         <map:aggregate element="page" label="peek-xml">
> >           <map:part element="content" ns="http://www.test.com/content";
src="cocoon:/announcement/update-announcement-list"/>
> >         </map:aggregate>
> >
> >         <map:transform src="stylesheets/default/template.xsl"/>
> >
> >         <map:serialize />
> >       </map:match>
> >     </map:pipeline>
> >
> > The 'src="cocoon:/announcement/update-announcement-list"/> ' points to
an internal pipeline:
> >
> >     <map:pipeline internal-only="true" >
> >       <!-- internal-only="true">-->
> >       <map:match pattern="announcement/update-announcement-list">
> >         <map:generate type="serverpages"
src="xsp/update-announcement-list.xsp"/>
> >         <map:serialize type="xml"/>
> >       </map:match>
> >     </map:pipeline>
> >
> > The problem is that when I activate this (using a regulat html form that
calls announcement/update-announcement-list, I get in my browser a white
empty screen instead of a message telling that it has been processed.
> >
> > If I change to to:
> >
> > <map:pipeline>
> >   <map:match pattern="announcement/update-announcement-list">
> >     <map:generate type="serverpages"
src="xsp/update-announcement-list.xsp"/>
> >
> >         <map:transform src="stylesheets/default/template.xsl"/>
> >
> >         <map:serialize />
> >       </map:match>
> >     </map:pipeline>
> >
> > Note: now I call the .xsp directly
(src="xsp/update-announcement-list.xsp") it does work (so the .xsp is
correct).
> >
> > Anyone any idea ?
>
> Did you get it working in the meantime? I could remember two problems:
> something with the SAX events or something with the source resolving.
> But it's of course difficult to say with just the hint "blank page".
> Nothing in any logs?
>
> Joerg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to