It doesn't look like it to me.

FYI - one workaround that I've used for this is to stick an Action right before the 
serializer.  The action gets passed the objectModel (which contains the request 
object) and can therefore do the work you want.

e.g.:


<map:act type="set_download"/>

<map:serialize type="xml"/>


DR



At 11:00 AM 12/12/01 +0100, you wrote:
>Hi,
>exists a way to get the request and the request parameters in a
>serialzier? AbstractGenerator and AbstractTransformer implements
>the interface SitemapModelComponent. If I implement SitemapModelComponent
>in my serializer it will ignored.
>
>And SitemapOutputComponent doesn't implement a method like setup. Doesn't
>implements SitemapOutputComponent this method on purpose.
>
>Thanks, Stephan Michels.
>
>
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]> 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to