i am passing a javascript array object in the hidden field on submit, and appending
this object to a bean class method. when i retrieve it back, the array elements
are coming as a single string.
i want it as a array of elements so that i can iterate through it.
can any 1 help me out............ ...?
this object to a bean class method. when i retrieve it back, the array elements
are coming as a single string.
i want it as a array of elements so that i can iterate through it.
can any 1 help me out............ ...?
Comment