[htmltmpl-java] Re: [htmltmpl] html-template-java
Status: Beta
Brought to you by:
bluesmoon
|
From: Philip S T. <phi...@gm...> - 2002-07-01 12:21:48
|
On Mon, 1 Jul 2002, Ralf Ullrich wrote:
> This is what I have in my Servlet (Apache JServ, win2000):
> String file ="c:/temp/templates/showEntries.tmpl";
>
> String [] template_init = {
> "filename", file,
> "max_includes", "5",
> "path", "c:/temp/templates/",
> "search_path_on_include", "true"
> };
> Template template = new Template(template_init);
I will have changed the constructor in the next version to support both
single valued paths as well as array paths, but for now, just use an
array.
Philip
|