|
|
|
[
Permlink
| « Hide
]
Sarah Allen - 28/Nov/06 11:07 AM
attaching test file
A fix would be in LzDataset:
function setQueryString( s ) { //@field String querystring: A string to be appended to the request that //the dataset makes. if ( typeof( s ) == "object" ){ if (s instanceof LzParam){ this.querystring = s.toString(); } else { var p = new LzParam ( this ); ! for ( var n in s ) { ! p.setValue( n, s[n], true ); ! } The third arg to setValue causes arg to be URL-escaped |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||