Hi, thanks for the link. Sounds like a nice idea, but I don't want to install a separate Tapestry instance just for 4 different email templates I want to use. Especially as these templates need to use the same infrastructure as the rest of my pages (common .properties files for i18n, datasources to query additional information).
I can cut out the <link> tags, which include the stylesheets, from to final html, but I think a more elegant solution would be to leave out the style sheets in the first place. Any ideas? I am almost sure there are some hidden configuration properties somewhere to make this work. Best Regards, Christoph Jäger On Apr 16, 2010, at 19:21 , Christophe Cordenier wrote: > Hi > > Maybe, you can have a look at > http://tapestry.formos.com/nightly/tapx/tapx-templating/ > > Regards, > Christophe Cordenier. > > 2010/4/15 Christoph Jäger <[email protected]> > >> Hi, >> >> I have some pages in my webapp, which are really only used as templates for >> creating the content of an HTML email. Now, I do not want to have any >> external links in this page (because in the email, external links will not >> be resolved anyhow). But Tapestry always includes its own style-sheet links >> in the header of the html page. >> >> Can I easily switch off this behaviour for some of my pages (i.e. for the >> pages I want to use as email templates)? >> >> Best Regards >> >> Christoph >> >> >> >> >> > > > -- > Regards, > Christophe Cordenier. > > Developer of wooki @wookicentral.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
