On Wed, 3 Nov 1999, Hooke Kevin wrote:
> Hi - I am trying to call a servlet from a jsp page to perfrom a simple
> server-side include.
>
> I can successfully call the servlet, but any parameters I pass do not seem to
> make it into the servlet.
>
> I would like to use the following:
>
> <jsp:include page="/servlet/UIService?request_type=blank_dropdown"
> flush="true"/>
>
> This successfully calls the servlet, but the parameter passed in the url to the
> servlet are 'lost'... ie they don't seem to get passed into the servlet - if I
> try to do a request.getParameter("request_type"), it returns null.
I tried this too, since JSP 1.0 doesn't support the <jsp:param>
tag in a <jsp:include> tag. I think that you have to use JSP 1.1, and use
the <jsp:param> tag.
Willie
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html