Re: [T5.4-a-22] Core stack being added to page non-HTML MarkupWriter-generated output

2013-10-11 Thread Lance Java
Hi Denis, my workaround was meant for Thiago since he's not using a
template.

You might find it difficult (near impossible) to invoke tapestry's template
rendering yourself. I think you'll need to patch the issue, this will
likely require tweaking the "JavaScriptSupport" MarkupRendererFilter that
is contributed to the MarkupRenderer (in TapestryModule).


Re: [T5.4-a-22] Core stack being added to page non-HTML MarkupWriter-generated output

2013-10-11 Thread Denis Delangle
Hello,

Thank's a lot for your answers, I filled this issue with a patch
https://issues.apache.org/jira/browse/TAP5-2200
The problem is that the core stack is included whatever the content type is.

Using @ContentType("application/rss+xml") didn't work for me.
The StreamResponse should be OK, I will try it.

Denis

2013/10/10 Lance Java :
> A workaround is to get a MarkupWriter instance from MarkupWriterFactory and
> return a StreamResponse.

-
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org