Background: we have a system that was written in an older CMS based on Java back during the 2002-2003 days. We want to keep moving forward with our new stuff, ...
I'm using java and sitemesh. the main body decorator calls a Profile.jsp file which has a jsp include as follows
<jsp:include page="/serveComments.html" flush="true"> <jsp:param value="78" name="passId"/> </jsp:include>