Hi, I am using Resin 1.1.2 on IIS4. I have the followingjsp page: <jsp:include page="title.jsp" flush="true"> <param name="title" value="About Our Company"/> </jsp:include> And in the title.jsp page, I have the following: Title: <%= request.getParameter("title") %> But I got the following result on the browser: Title: null Sorry I am a newbie on JSP and got this out of a book. What am I doing wrong? I do not have another JSP engine to try this. Would appreciate any help.Thanks. --Josh
Josh Lam
Greenhorn
Joined: Feb 16, 2000
Posts: 19
posted
0
I just found the problem: it should be <jsp aram ...> instead of <param ...>
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Included Page Does Not Recognize Parameter?