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]

Reply via email to