Hi,<br><br>I have the following jsp page:<br><br><jsp:include page="title.jsp" flush="true"><br> <param name="title" value="About Our Company"/><br></jsp:include><br><br>And in the title.jsp page, I have the following:<br><br><html> <br>Title: <%= request.getParameter("title"
%><br></html><br> <br>But I got the following result on the browser:<br><br>Title: null<br><br>What am I doing wrong? Please help!<br><br>I am using Resin 1.1.2 as my JSP engine on IIS4.<br><br>Thanks in advance!<br><br>--<br>Josh