[TurboGears] Re: CheckBoxList widget and RemoteForm together doesn't work

2007-01-27 Thread Marco Mariani
Wei-Ren Chen wrote: Then I trace ajax.js and MochiKit.js, and discover that formContents() in MochiKit.js dose not support MultiSelectField. In MochiKit document ( http://mochikit.com/doc/html/MochiKit/index.html ) It is said v1.4 MochiKit.DOM.formContents now supports SELECT multiple tags ,

[TurboGears] Re: CheckBoxList widget and RemoteForm together doesn't work

2007-01-05 Thread Wei-Ren Chen
Yattom wrote: The problem is in remoteFormRequest() in ajax.js. The query string is built by first, ajax.js: 2var query = Array(); 3var contents = formContents(form); 4for (var j=0; jcontents[0].length; j++) 5query[contents[0][j]] = contents[1][j]; Then use