If my memory does not fail me, I believe I read somewhere in the  
Laszlo docs that when posting to a dataset, the parameter names had  
to be unique or the results would be unpredictable.

I tried searching for that but I just don't recall which Laszlo  
document I was reading then, so I cannot find a reference to that at  
this particular moment.

- Daniel

On Jul 19, 2006, at 2:49 PM, William Krick wrote:

> Are you sure this is a problem?
>
> Since when can you have the name appear multiple times in a URL with
> different values?
>
> If you could, what key would you use on the server side to get the  
> desired
> value from the request object?
>
> Typically, the request object is a hashtable and the key can only  
> appear
> once.
>
>
>
> -----Original Message-----
> From: Adam Wolff [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 19, 2006 2:40 PM
> To: James Holstead
> Cc: [email protected]
> Subject: Re: [Laszlo-user] same param names in query string
>
>
> Can you please file a bug here:
> http://openlaszlo.org/jira
>
> This is a problem.
>
> Thanks,
> A
>
> On Jul 19, James Holstead wrote:
>
>> Thanks for the response Adam,
>>
>> I gave it a shot but same result..only the first instance of the mod
>> variable is actually passed. I also tried:
>> ds.setQueryParams({mod: 1, mod: 2, mod: 3, offset: 0, county: 01});
>> This also has the same result.
>>
>> -----Original Message-----
>> From: Adam Wolff [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, July 19, 2006 1:25 PM
>> To: James Holstead
>> Cc: [email protected]
>> Subject: Re: [Laszlo-user] same param names in query string
>>
>> untested, by try
>> var url = thingThatUsedToBe_dsSource;
>> ds.setSrc( url + '?mod=1&mod=2&mod=3&offset=0&county=01');
>> ds.doRequest();
>>
>> A
>>
>> On Jul 19, James Holstead wrote:
>>
>>> Greetings,
>>>
>>> consider:
>>> ds.setQueryString('?mod=1&mod=2&mod=3&offset=0&county=01');
>>> ds.doRequest();
>>>
>>> When I check the logs I'm seeing only: ?mod=1&offset=0&county=01 It
>>> appears to remove any duplicate variable names.
>>>
>>> Is there a way to use duplicate param names in the query string?
>>>
>>>
>>> James Holstead
>>> Software Engineer
>>> Tybrin Corporation
>>> tybrin.com
>>> 850.337.2718
>>>
>>> This e-mail and any files transmitted with it are the property of
>>> TYBRIN Corporation, are confidential, and are intended solely for  
>>> the
>>> use of the individual or entity to which this email is addressed. If
>>> you are not one of the named recipient(s) or otherwise have  
>>> reason to
>>> believe that you have received this message in error, please delete
>>> this message immediately. Any other use, retention, dissemination,
>>> forwarding, printing, or copying of this e-mail is strictly
>> prohibited.
>>>
>>>
>>
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user
>
>
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to