you can call the page with <jsp:include page="yourpage.jsp" flush="true"/>

and you can send parameters with

    <jsp:include page="yourpage.jsp" flush="true">
        <jsp:param name="paramName" value="paramValue">
    </jsp:include>

/Peter


-----Original Message-----
From: Murthy, Suryanarayana (MED, TCS) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 9:46 AM
To: [EMAIL PROTECTED]
Subject: Re: Servlet calling servlet



I think you can call but the thing is you won't get any page parameters in your 
request object.



Murthy



-----Original Message-----
From: Margallo, Michael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 10:26 AM
To: [EMAIL PROTECTED]
Subject: Servlet calling servlet



Hi,

Is there a way for a servlet to call a servlet without a form?

Thanks,
Mike

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to