G
Garg
Hi All,
I am facing one problem if you are having any solution please tell me.
I have to pass an array from javascript to servlet. for this i created
one array and pass that through submitting the form with post method
and i am using request.getParameterValues to get that array. But i am
getting values in the first position of that array and that also comma
separated so that also of no use for me.
Is there any way to pass the value to the Servlet?
Thanks
Tarun Garg
I am facing one problem if you are having any solution please tell me.
I have to pass an array from javascript to servlet. for this i created
one array and pass that through submitting the form with post method
and i am using request.getParameterValues to get that array. But i am
getting values in the first position of that array and that also comma
separated so that also of no use for me.
Is there any way to pass the value to the Servlet?
Thanks
Tarun Garg