Hi all,
I'm calling JSP page with a parameter i.e. "abc,ced,wer,qwe,asd".
I could able to read the above supplied parameter with the request
object.After that I can tokenize it,delimited by comma and able to
get each string.
Now the problem is how do I pass one tokenized string at a time to
the servlet which I'm calling it from my JSP page.
Any help :)
Thanks,
Sri
===========================================================================
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