Re: T5.1: Using templates to generate html email

2010-04-27 Thread Igor Drobiazko
Try tapx-templating http://tapestry.formos.com/projects/tapx/tapx-templating/ An example can be found here: http://github.com/hlship/tapx/blob/master/tapx-templating/src/test/java/com/howardlewisship/tapx/templating/integration/SendMail.java On Tue, Apr 27, 2010 at 10:58 PM, Robert Hailey wrote:

Re: Production mode not changing on latest snapshot

2010-04-27 Thread Igor Drobiazko
You should contribute to the configuration of ApplicationDefaults to define symbol values or override Tapestry's values for production: public static void contributeApplicationDefaults(MappedConfiguration configuration) { configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en,fr,

Production mode not changing on latest snapshot

2010-04-27 Thread Raul Raja Martinez
Trying to set tapestry.production-mode=true on latest snapshot, tried as filter context param, app module override and env variable and it's value is always set to false Anybody experience anything similar or seeing this behavior? What is the recommended strategy to keep dev and prod with different

T5.1: Using templates to generate html email

2010-04-27 Thread Robert Hailey
I'd like to have my tapestry web-app generate emails on particular actions. I've seen various methods of using tapestry 3 & 4 to send an email, but have not found a good recipe for tapestry 5. Is there a way (for example) to deliver a different markup writer to a page's component, which c