I am trying to use <%@ include file="filename" %>

I am sending to the page that has this with the line:
response.sendRedirect("main.jsp?p="+applicationJar.getPageName());

So in main.jsp I would like to include an external file to insert into a default page, 
something like:

<SOME DEFAULT PAGE STUFF HERE>
<%@ include file="filename" %>
<SOME DEFAULT PAGE STUFF HERE>

but I would like to replace "filename" with request.getParameter("p")

Any one have any idea how to do this?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to