I found the correct way. You have to import "java.net.*" classes in the JSP file and
then use URLEncoder.encode() function.
<%@ page import="java.net.*" %>
-------
--------
URLEncoder.encode(String)
Thanks for your input.
Rao
>>> peter donato <[EMAIL PROTECTED]> 06/30/00 12:16PM >>>
URLEncoder.encode()
--- Rao Manekar <[EMAIL PROTECTED]> wrote:
> Hello
>
> In ASP there is a function Server.URLEncode(String).
> Is there an equivalent function in JSP?
> I am trying to send a string to server without any
> spaces or other unacceptable characters, like &, in
> it.
>
> Thanks in advance!
>
> Rao
>
>
===========================================================================
> 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
__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.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