Yep, it was removed. getResponseWriter returned a IMarkupWriter instance and it was used by Tapestry 3 to render the page. Tapestry 4 uses an IMarkupWriter according to the page's content type. You can override the page's content type by overriding BasePage.getResponseContentType()
Also take a look at the MarkupFilter interface, its implementation and the tapestry.markup.MarkupFilters configuration point. On the other hand, if you want to create IMarkupWriter instances you'll have to inject tapestry.markup.MarkupWriterSource and call newMarkupWriter() on it. Stephane Decleire wrote: > Hi, > > It seems that the function getResponseWriter of the BasePage class no > more exists in T4 ... > Am i wrong ? > Is there an equivalent function ? > > Thanks in advance. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]