RE: [htmltmpl] html-template-java
Brought to you by:
samtregar
From: Cory T. <ct...@on...> - 2002-06-30 14:58:21
|
> -----Original Message----- > From: htm...@li... > [mailto:htm...@li...]On Behalf Of > Ralf Ullrich > > > Hi Philip, > > thanks for your help. > > ----- Original Message ----- > > 2.: a servlet class that reads it template via getPathTranslated(). The > template is parsed correctly and outputs exactly what i expect, > except if I > put a <TMPL_INCLUDE NAME="inc.tmpl"> in my template. > I guess the servlet doesn't know where the inc.tmpl isnt located. So I put > "path", "c:/templates" in template_init, but that doesn't work either. > Did I get the use of path wrong? Maybe you should look at the 'search_path_on_include' argument? You can turn off, in PERL H:T at least, the behavior to look in the list of paths specified by PATH. By default, new search the folder of the parent template (I think.) -- Cory |