Hi:
I come across the same problem.But I can't do this use this method.
I want to send array from send.jsp to get.jsp.
///////////////////////////send.jsp//////////////////////////////
//////////////////////////get.jsp////////////////////////////////////
I want to get all the array when I click the button in get.jsp.But what I get is "undefine,undefine,undefine,yashnoo".
Why?
How to do this or is there any error in my code ?
Thks!