I have defined some client side objects using javascript, these objects' number and value varies during the interaction with users. But when the user submit the form, I want an easy way to send the objects to the server (servlet, say).
I am wondering this is doable by having a hidden field which the value is the object (rather than a string or a number)? thanx in advance.
