Suppose our existing JSP Header.jsp looks like this, we want integrate the jforum's header.htm in it.
a simple <# include ...> doesnt work with FreeMarker, The problem is that the request object can be accessed in JSP, but how to get it in freemarker do we have to put the whole Request Object in the SimpleHashMap?
And I more thing, is the simpleHashMap object a Singleton?