If there is a bug in the web container then there is not much you can do,
except
change to a different container. And email iPlanet, informing them of the
bug. If the problem is
a bug then I would use the solution offered below (ie reset the
parameters in JSP2)
> Hi
> Still I am stuck with the jsp:forward problem. I am sure that some one
using
> iPlanet Webserver 4.1 SP5 must have faced the same situation. Can some
one help me
> out???
> > > BMS Robot Email wrote:
> > > >
> > > > Hi Sankar,
> > > > Parameters of the previous HTML or a prior JSP, are not forwarded
> > from
> > > > the current JSP1 to the next JSP2 unless you set them again in JSP1.
> >
> > > > supposing the required parameters are p1, p2 and values are v1, v2
> > > > Set the parameters in JSP1 using something like
> > > > <jsp:forward page="../JSP2">
> > > > <jsp:param name="p1" value='v1'/>
> > > > <jsp:param name="p2" value='v2'/>
> > > > </jsp:forward>
> > >
==========================================================================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