Hey Chary,

The <jsp:forward> tag should always use a relative URL.  Try that instead!

-AMT

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Monday, January 24, 2000 5:02 AM
> To: [EMAIL PROTECTED]
> Subject: urgent: JSP's calling Servlets
>
>
> I want to call a Servlet from my JSP page.when I was trying to use
> href,my servlet is invoked but the session which was created earlier is
> found to be null(may be because of the request parameter not passed from
> JSP)
> When I was using
>         <jsp:forward page="http://localhost:8080/../..Servlet" />
> It's gving
>         "Your request is understood but cannot provide service to
> your request"
>
> How can I call a servlet from a JSP and pass on the request paramter
> from a JSP;
>
> Any suggestion or  help would be helpful for my project.
>
> Thanks in advance,
> Chary
>
> ==================================================================
> =========
> 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
>

===========================================================================
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

Reply via email to