Hi
encodeRedirectURL() will append the Session Id preceded by a semicolon
so if u append the parameters first and encode the url it will be a problem,
what you have to do is
first encode your url with out parameters
Path = res.sendRedirect(res.encodeRedirectURL(url); (url withour Parametrs)
then now append path = path +"name1=value1&name2&value2......
Hope this helps you
with regards,
Kumaran
________________________________________________
Cognizant Technology Solutions India Ltd,
_________________________________________________
===========================================================================
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