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

Reply via email to