I noticed that the implementation of <jsp:include/> uses a
RequestDispatcher.include() to include the content. It appears to pass on
the request from the calling the page. Doesn't this mean that the parameters
passed to the including page will be made available to the included page?

When you use the <param/> tags with the JSP include, it adds them to the URL
as a query string. It doesn't appear to do anything to pre-existing
parameters.

Thanks,
Bob


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

Reply via email to