hi folks, i checked the following code and it works
code : -----
<jsp:include page="sample.txt"/>
but according to HFSJ page 402, the <jsp:include> standard action include the response of included file at runtime, but while including the sample.txt there is no response generated since it is a simple txt file.