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

2013-10-10 Thread Lance Java
A workaround is to get a MarkupWriter instance from MarkupWriterFactory and return a StreamResponse.

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

2013-10-10 Thread Thiago H de Paula Figueiredo
On Thu, 10 Oct 2013 11:29:57 -0300, Denis Delangle wrote: Hello, Hi! I also have this issue with 5.4 alpha 22. It is a regression I guess as it was OK with alpha-11. I define a page like this : @ContentType("text/xml") public class ModuleInfo { @ContentType("application/rss+xml") was

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

2013-10-10 Thread Denis Delangle
Hello, I also have this issue with 5.4 alpha 22. It is a regression I guess as it was OK with alpha-11. I define a page like this : @ContentType("text/xml") public class ModuleInfo { ... and have a template like http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> ${context.moduleName} ..

Re: Proposal for a list of modules recommended by the Tapestry team

2013-10-10 Thread Barry Books
Here are my thoughts on what a GitHub list would be and how it wold work. GitHub has a feature called gh-pages. If you have a branch called gh-pages GitHub will build a website from markdown files. Markdown is a simple markup language. The idea is any one that wants to add their module creates tic

Re: Proposal for a list of modules recommended by the Tapestry team

2013-10-10 Thread Ulrich Stärk
I just want to point apache-extras.org out as a place for where products that are Apache-related but not part of Apache products can be hosted. It is based on Google code IIRC. Uli On 2013-10-09 12:50, Barry Books wrote: > Lenny I agree with some of what you say and I have a few comments because