Re: using tapx-templating with T5.4

2013-12-06 Thread Martin Nagl
Thanx for the guidance. I tried out tapestry-offline and it works very nicely for me, I think I will stick with this one. I had one configuration problem with tapestry-offline (maybe a bug?): I was getting exception when GZIP compression was turned on (full stack trace below). When I turned off

Re: using tapx-templating with T5.4

2013-12-06 Thread Lance Java
I've raised an issue, can you try the fix attached to the issue? https://github.com/uklance/tapestry-offline/issues/4

using tapx-templating with T5.4

2013-12-05 Thread Martin Nagl
Hi all, I need to generate nice HTML formatted emails from my future tapestry app. It would be cool if I could use tapestry templating capabilities for that. I know there is tapx-templating project, but I found it incompatible with 5.4. Are there any plans to make tapx-templating compatible with

Re: using tapx-templating with T5.4

2013-12-05 Thread Lance Java
Try tapestry-offline https://github.com/uklance/tapestry-offline Unlike tapx-templating, tapestry-offline can happily live inside a tapestry web application.

Re: using tapx-templating with T5.4

2013-12-05 Thread Lenny Primak
I just went through this exercise on my client's project. I explored both tapestry-offline and just using HtmlUnit GET a page, then clean it up and send it out as Email. We wound up using Freemarker for this. Template syntax is largely the same, there is no cleanup necessary and it works better

Re: using tapx-templating with T5.4

2013-12-05 Thread Thiago H de Paula Figueiredo
On Thu, 05 Dec 2013 13:16:37 -0200, Lenny Primak lpri...@hope.nyc.ny.us wrote: I just went through this exercise on my client's project. I explored both tapestry-offline and just using HtmlUnit GET a page, then clean it up and send it out as Email. We wound up using Freemarker for this.