Gert, What you could do is the following. Make on the client in javascript a datastructure (probably a list), that has all the relevant data from the table. Do a JSON.stringify() on a the data structure and send the resulting string to the webserver either using a hidden field in a form, either using an AJAX call. On the webserver it is very easy to decode the string back to the datastructure: in PHP use json_decode, in Node.js use JOSN.parse, in Python use json.loads ...
Ruben Decrop -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
