Re: Absolute Asset URL 5.4

2014-09-11 Thread Lance Java
It's sometimes easy to forget that tapestry is just a normal war running in a servlet container. Assuming your building with maven, an image under src/main/webapp/foo.jpg will be available as http://myapp/foo.jpg On 11 Sep 2014 20:26, "George Christman" wrote: > Hi guys, I'm wondering if there

Absolute Asset URL 5.4

2014-09-11 Thread George Christman
Hi guys, I'm wondering if there is a way to create absolute asset URL's in 5.4 without having to use BaseURLSouce? We would like to be able to include our logo into emails. Thanks, George