Hello,
If I understood your code correctly,
you could try to do the following:

<jsp:forward page="Content.jsp">
    <jsp:param name="reference" value="home"/>
    <jsp:param name="developed" value="Sam"/>
    <jsp:param name="countNumber" value="on"/>
</jsp:forward>

Regards.
Dima.

a b wrote:

> Hello, I was wondering if someone could help me out
> with a with a JSP forward problem.  For some reason,
> when I do a jsp forwar and attempt to pass som
> parameters with it... I'm not able to?  This is what
> I'm trying to do:
>
> <jsp:forward page="Content.jsp
> refrence=&home=&developed=Sam&countNumber=on" />
>
> Thanks in advance
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices.
> http://auctions.yahoo.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

Reply via email to