hi .
how wud u pass the param to fowarded jsp.
as per specification it shud work
thanx
piyush
Arnab Acharya wrote:
> Dear Piyush,
>
> Try the following:
>
> > 1.
> > <jsp:forward page="bb.jsp" >
> >
> this --> <jsp:forward page="bb.jsp" />
>
> > <jsp:param name="userid" value="ggggg9999" />
> > </jsp:forward>
> >
> As far as I know, you don't need </jsp:forward>. We didn't, in our project.
>
> > giving the compile time error :com.sun.jsp.compiler.ParseException:
> > unterminated <jsp:forward tag
> > 2.<jsp:forward page="bb.jsp" />
> > </jsp:forward>
> > same error
> >
> Same solution as above.
>
> > 3.<jsp:param name="userid" value="ggggg9999" />
> > this works
> > means it work only with empty tags
> > thanx
> > piyush
>
> ===========================================================================
> 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