Extremely sorry! It was for include, not forward!

> -----Original Message-----
> From: Arnab Acharya [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, April 20, 2000 3:40 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: how to give parameters from a jsp to another?
>
> > I think that it should be like:
> >
> > <jsp:forward page="bbb.jsp">
> > <jsp:param name="user" value="name">
> > <jsp:param name="id" value="0001">
> > </jsp:forward>
> *****
> Yes, it works! We did it on our project -- an autoportal.
>
> Arnab
> *****
> > But I get the feeling that this doesnt work (taken from a model from ATG
> > Dynamo
> > Droplets architecture).  It would just make more sense.  (Does it work?)
> >
> > Im getting the feeling that all the engines out there treat JSP
> > differently.
> >
> > - Jon
> >
> > Veronique Dupierris wrote:
> >
> > > If you use a link you can just write:
> > >         <A HREF="bbb.jsp?useris=value">...
> > > If you use a form, you could use a hidden field
> > >
> > > Hope this help
> > > Veronique
> > >
> > > Hui Du a écrit :
> > >
> > > > There is a String userid in aaa.jsp, how can I tansfer it to
> bbb.jsp?
> > > >
> > > > ______________________________________________________
> > > > Get Your Private, Free Email at http://www.hotmail.com
> > > >
> > > >
> >
> ==========================================================================
> > =
> > > > 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
> >
> >
> ==========================================================================
> > =
> > 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

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