Hi, Maybe you should take a look to this contribution: github.com/got5/tapestry5-clientresources
It provides mechanisms to change default CSS and default JS bundled with Tapestry. It has a global effect but you may try to adapt it. Regards, Robin On Mon, Apr 19, 2010 at 11:35 PM, Christoph Jäger < [email protected]> wrote: > 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] > >
