Thanks, will add any relevant comments to that bug
 

From: Henry Minsky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 19, 2006 1:45 PM
To: James Holstead
Cc: [email protected]
Subject: Re: [Laszlo-user] same param names in query string

The data loader uses the Flash LoadVars object to load data, and there was a bug in the Flash implementation which caused
an extra '?' to get appended to the URL if you use a query string. So the code in LzLoadQueue ends up parsing the query string out
and all the query args set as properties on the
Flash LoadVars object, which causes the duplicates to overwrite one another.

There may be a workaround for this in the newer Flash player versions, I will need to check. It may be possible to get around this
by using POST method instead of GET for the request, but the code in the LFC currently mushes all the query string args into properties
so that would need to be modified.


A bug is filed as http://www.openlaszlo.org/jira/browse/LPP-354





On 7/19/06, James Holstead <[EMAIL PROTECTED] > 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





--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

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

Reply via email to