Parametricizing the file name in the jsp directive <%@ include file=

Is there any way to parametricize the file name in the above directive. Am not too keen on using <jsp:include ..because of performance issues and also i am only including a static HTML issues.Any responses would be appreciated?>
[262 byte] By [ssv45324a] at [2007-11-26 15:39:57]
# 1
Nope.The <%@ include %> occurs at the time of translating/compiling the jsp into a servlet. It thus cannot accept any runtime parameters.Are the performance issues of using <jsp:include> that large?
evnafetsa at 2007-7-8 21:58:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...