You should be able to forward with those params in it.
However, you may need to properly encode them.  Try
using URLEncode

-----Original Message-----
From: Moganna, Prasad [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 3:17 PM
To: [EMAIL PROTECTED]
Subject: Re: Trouble with Forward...


Try passing the query string info. as request attributes.

- Prasad

> -----Original Message-----
> From: Rice, David [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, August 29, 2001 5:04 PM
> To:   [EMAIL PROTECTED]
> Subject:      Trouble with Forward...
>
> Is there any way that anyone knows of to do the following from a JSP page:
>
>         String graphletURL =
> "/servlets/GraphServlet?cmd=GtMapStatePayouts&nMonths=200007:200012";
>
>         RequestDispatcher dispatcher =
> getServletContext().getRequestDispatcher(graphletURL);
>         dispatcher.forward(request, response);
>
> In other words, is it possible to FORWARD to a servlet and pass query
> string information? I have tried many permutations of this approach and am
> out of options... ;)
>
> Thanks in advance for any help or advice,
> --
> David L. Rice
> Web Applications Developer
> BellSouth/AL
> Direct: 205.977.0092
> 24/7 Cell: 205.903.9467
> Wk: [EMAIL PROTECTED]
> Hm: [EMAIL PROTECTED]
>
> "Your friend is the man who knows all about you, and still likes you." --
> Elbert Hubbard (1859-1915)
>
> ==========================================================================
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to