Or more concretely, add to your hivemodule.xml:

<contribution configuration-id="tapestry.markup.MarkupFilters">
    <content type="text/xml"
filter="instance:org.apache.tapestry.markup.AsciiMarkupFilter"/>
    <content type="text/xml;charset=utf-8"
filter="instance:org.apache.tapestry.markup.UTFMarkupFilter"/>    
</contribution>

jeff
-----Original Message-----
From: Andreas Andreou [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 14, 2006 8:34 AM
To: Tapestry users
Subject: Re: ERROR tapestry.markup.MarkupWriterSource

http://jakarta.apache.org/tapestry/tapestry/hivedocs/module/tapestry.mar
kup.html

Michael Lake wrote:

> I extended a BasePage class and did an override on the
> getResponseContentType() method to return a new
ContentType("text/xml");
>
> then I've got
>
> public void renderPage(IMarkupWriter writer, IRequestCycle cycle) {
>    //doing stuff with writer
> }
>
>
> and now I've got this error in my catalina.out
>
> 2006-04-14 08:12:36,087 [TP-Processor12] ERROR
> tapestry.markup.MarkupWriterSource - No markup filter could be found
> for content type 'text/xml;charset=UTF-8'; a default filter has been
> used.
>
>
> any ideas?
>
> thanks,
> mike
>
> ---------------------------------------------------------------------
> 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]


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

Reply via email to