hi
u cant do it directly...write the absolute path wth the parameters in a
string variable and then pass this variable in the forward tag
String temp="http://localhost/myDir/something.jsp?a=10&b=20";
<jsp:forward page="<%=temp %>" />
be sure to write the jsp tag outside the delimiters <% %>
hope this helps
manish
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Panos Konstantinidis
Sent: Tuesday, January 09, 2001 6:07 PM
To: [EMAIL PROTECTED]
Subject: <jsp:forward>
How can I include an absolute path with parameters in a <jsp:forward tag>?
I want to have something like <jsp:forward
page="http://localhost/myDir/something.jsp?a=10&b=20"/>
When I am trying this I get error messages.
Thanks.
Panos
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
===========================================================================
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