Sure, try passing http parameters to it
<jsp:include page="my.jsp">
<jsp:param name="firstRow"
value="<%=request.getParameter(\"param1\")%>"/>
<jsp:param name="numRows"
value="<%=request.getParameter(\"param1\")%>"/>
</jsp:include>
Flak DiNenno
Director of Technical Innovation
----------------------------------
ClearCross
505 8th Avenue
Suite 1500
New York, NY 10018
(212) 714-0440 ext. 3616
(212) 967-4623 fax
(ClearCross was formerly known as Syntra)
> -----Original Message-----
> From: Caspar van Vroonhoven [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 03, 2000 4:20 AM
> To: [EMAIL PROTECTED]
> Subject: Question about the <%@ include %> directive
>
>
> Dear fellow JSP developers,
>
>
> Can anyone tell me if the following is possible:
>
> Let's pretend :-) I've got a set of pages that require a
> header and a footer
> to be included. Assume that I am currently doing this with
> include in jsp.
> Let's say that I am now modifying the header, implementing a
> big mouseover
> system, causing buttons to be pressed etc, but more
> importantly, causing
> certain buttons to be dimmed while at a page. to accomplish
> this I thought
> of sending certain info with my include tag, like this:
>
> <%@ include file="/path/to/file/Header.jsp?status1="".. etc etc %>
>
> Would this work?
>
> TIA and regards,
>
> Caspar van Vroonhoven
> www.tradingcars.com
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets