Hi All, I will give a small overview of my application : I am using Batik 1.7 in my application which uses javascript a lot.The framework used is struts. On some event i have to put an array into one of the object of input type in my jsp, and then I have to submit the form in jsp. I am using following lines for that: myform.myinputType1.value=1; myform.myInputType.value=myArray;
I am using rhino so I have written a method put which contains the eval method calling : window.eval(name.toString() + '=' + value.toString()); When I execute it there is no error but the values are not assigned in my action form or request. even after the assignment line if I put an alert to the myform.myInputType.value the it gives the default values and not the assigned one. Can anyone help. Thanks, Shekhar _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
