History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3901
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: -- --
Assignee: Mamye Kratt
Reporter: Antun Karlovac
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Hard-coded querystring can't be changed in datasets

Created: 20/Apr/07 09:41 AM   Updated: 27/Sep/07 08:55 AM
Component/s: LFC - Data
Affects Version/s: 4.0.0
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 5,041
Runtime: N/A
Fix in hand: False


 Description  « Hide
I don't have a handy testcase available, but I've noticed that in 4.0, if you hard-code a querystring in a dataset.

You used to be able to do this:

<dataset name="ds" src="contacts.jsp?q=list" type="http" request="true" />

then...

ds.setQueryString("q=somethingElse");
ds.doRequest();

It seems this no longer works in 4.0.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Henry Minsky - 16/May/07 06:40 AM
This is fixed in r5041. The query string is now parsed out of the src url, and stored. When setQueryString or setQueryParams is called, the old query string is discarded.

Mamye Kratt - 28/Jun/07 10:20 AM
 Closing for 4.0.3, will reopen to check in legals

(4.0 branch (4.0.3) build r5531 - linux-builder)
ant lztest

(4.0 branch (4.0.3) local build r5538)
quick check of amazon and lzpix

(4.0 branch (4.0.3) local build r5538)
alldata.lzx

(legals build r5532 - linux-builder)
ant lztest


Mamye Kratt - 28/Jun/07 10:20 AM
Reopen to test in legals:
run
-quick check of lzpix and amazon
-alldata in swf and dhtml

Mamye Kratt - 17/Jul/07 12:09 PM
Need to test in legals.