[htmltmpl-java] tmpl_include
Status: Beta
Brought to you by:
bluesmoon
From: Thomas W. <tw...@im...> - 2003-01-27 18:11:13
|
Hi, thanks for your help with the new constructor ... works fine! Another question: I will use the <tmpl_include> tag to include many html fragments in my whole html-site. The feature request is the following: i will try this code in html: <tmpl_include <tmpl_var body1> > but this does not work at the moment (i know why, it is not yet implemented ;-). so can you expand the html-java-tmpl library to make this work? I will shortly explain you, why i need this: I use html-java-templates in a servlet environment. So to install the servlet on many plattform i have a config file for the servlet environment. In this config file i will tell the servlet global include html-templates (these templates will also have tmpl_vars). So when i move the servlet i must never update all my global templates to change the path to these html-templates. I must only change the config and the rest goes dynamicly. What you think about? Thanks and Regards Waffel |