Hi all, I am trying to send an array in my dataset querystring, but the dataset appears to be truncating the request when it gets sent out. I am wondering if there is a way to keep the dataset from doing this.
For example, I have a dataset where the querystring looks like this just before I call the "doRequest()" method: id=501&field=to&personId=7500&personId=1682&personId=40146&personId=32965&personId=22675&personId=8501 However, the form data that is actually sent by the dataset (I am reading it using the Network monitor in Chrome's development tools) looks like this: url:http://localhost:8080/Discovery/updateDoc.action?id=501&field=to&personId=8501 lzt:xmldata reqtype:GET sendheaders:false trimwhitespace:false nsprefix:false timeout:60000 cache:undefined ccache:false lzr:dhtml __lzbc__:1340577782093 As you can see, the dataset appears to be dropping all but the last "personId" when it sends the request. Is there some way to keep the dataset from engaging in this behavior? Thanks, Justin -- Justin Ellis 646-783-9387 Fax: 866-448-6503 [email protected] www.LightBulbLaw.com
