How can the data contained in the following link be parsed with a Servoy 6.x method? The first name/value pair is not problem. The remaining name/value pairs appear to come through as an object. We need help with the required syntax to parse out those values.
http://ipaddress/servoy-webclient/ss?s=submits&method=parseSubmits&argument=test&name=John Doe&email=jdoe@xo.com&comments=please help
the arguments array contains in the first element the value of the ‘argument’ parameter, and in the second element, the name-value pairing for all arguments
so, for your sample:
I just tested it again. Leaving out the first two “forms.leads_data.name” lines no longer breaks it. It works as long as the table starts out containing at least one record. If the table contains no records, then it creates a new record, but the parsing fails. This is not a problem for us. So we are all set. Thank you.