Juergen Weber wrote:
can you use Tomcat as a template engine that can be
called from a standalone Java program? It would be
nice to do something like
Writer out = ...
request.setAttribute("user", "Juergen");
callTomcat(out,request,"mytemplate.jsp");
If not, should I enter an enhancement Bug?
Hi,
can you use Tomcat as a template engine that can be
called from a standalone Java program? It would be
nice to do something like
Writer out = ...
request.setAttribute("user", "Juergen");
callTomcat(out,request,"mytemplate.jsp");
If not, should I enter an enhancement Bug?
Thanks,
Juergen