Hi,
I recently downloaded HTML-Template-Java and think its great to have it =
for Java as well.
When I startet to play around a little I found that my templates dont =
work if I use the template tags in upper case; lower case just works =
fine.=20
As I guess from the docs HTML-Template uses case insensitivity as =
default, so uppercase tags should work. Did I forget something?
My second question concerns sessiontracking. I plan to develop a =
controller servlet that takes care of sessiondata. As long as I use =
cookies to store sessions I can keep my templates as they are, but what =
if users dont allow cookies? I then would have to use url-rewriting and =
put something like
<a href=3D"<TMPL_VAR encoded_url>">=20
in my templates, which forces me to store url in a servlet I guess. Is =
there any other better solution for this?
Yours,
Ralf
|