This should work for you.

<a href="<%= str %>?orderID=<%= orderID %>&itemID=<%= workItemID %>"> New
Page &nbsp;</a>

orderID and itemID are strings.

Vasudha


----- Original Message -----
From: subramanian Athimoolam <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 07, 2000 9:19 AM
Subject: variable passing????


> hi friends
>
>     here i am passing variable form one jsp page to another page.
> single string means no problem.  its passing.
>
> ex.
>   value=category
>   <a href="../Delete.jsp?value=<%=val%>
> the value will be passing  next page
>
> suppose the value contain two string means it will give error.
>    value=category one
>   <a href="../Delete.jsp?value=<%=val%>
>
> it will give error..
> how can i correct it??
>
> thanks
> subu
>
> **********************
> Learnet India Ltd.,
> Bangalore
> ******************
>
>
>
>
>
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail 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

Reply via email to