I don't think that page attribute is a fully qualified URL but rather it is
just a fully qualified path name.  You can always pass variables to the JSP
by using the request object with the setAttibute function.  I do this with
some of my servlets and it works fine, although I think I like you idea
better if it worked.

-----Original Message-----
From: achang [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 10, 2000 8:11 AM
To: [EMAIL PROTECTED]
Subject: a bug of iplanet server 4 !


I use <jsp:forward page="index.jsp">,run it ok,but <jsp:forward
page="index.jsp?sort=1">,then error.iplanet server 4.1 report can't
find file index.jsp?sort=1!

why?
I run it at nt4/sp5/iplanet 4.1.
--
achang <[EMAIL PROTECTED]>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
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".
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