Re: [htmltmpl-java] Exception: No such file or directory
Status: Beta
Brought to you by:
bluesmoon
|
From: <je...@ne...> - 2006-06-02 13:53:50
|
> Sometime Today, cobbled together some glyphs to say:
> You can just tell HTML.Template where to look for templates by passing
> the "path" key to your Template constructor:
>
> String [] template_init =3D {
> "filename", "my_template.tmpl",
> "path", "webapps/todo",
> "search_path_on_include", "true"
> };
>
> Template t =3D new Template(template_init);
>
> Hope this helps.
It helped...Thank you so much :-)
BR
Jette
|