you have to pass paramater!
Here is simple example which pass
String just modify and try and let us know.
header.jsp
========
This is my Header page.
<em><strong>${param.subTitle}</strong></em>
mainPage.jsp
=========
<jsp:include page="header.jsp">
<jsp:param name="subTitle"
value="We have taken the string out of SOAP" />
</jsp:include>
Thanks
AR
Thanks, AR
SCWCD 5, SCJP 1.4, OCA (PL/SQL)